summaryrefslogtreecommitdiff
path: root/inttest/ct2/foo_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/ct2/foo_SUITE.erl')
-rw-r--r--inttest/ct2/foo_SUITE.erl10
1 files changed, 0 insertions, 10 deletions
diff --git a/inttest/ct2/foo_SUITE.erl b/inttest/ct2/foo_SUITE.erl
deleted file mode 100644
index d03aedf..0000000
--- a/inttest/ct2/foo_SUITE.erl
+++ /dev/null
@@ -1,10 +0,0 @@
--module(foo_SUITE).
-
--include_lib("common_test/include/ct.hrl").
-
--compile(export_all).
-
-all() -> [foo].
-
-foo(Config) ->
- io:format("Test: ~p\n", [Config]).