summaryrefslogtreecommitdiff
path: root/inttest/eunit/src/foo.erl
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/eunit/src/foo.erl')
-rw-r--r--inttest/eunit/src/foo.erl10
1 files changed, 0 insertions, 10 deletions
diff --git a/inttest/eunit/src/foo.erl b/inttest/eunit/src/foo.erl
deleted file mode 100644
index a4c91ba..0000000
--- a/inttest/eunit/src/foo.erl
+++ /dev/null
@@ -1,10 +0,0 @@
--module(foo).
-
--ifdef(TEST).
-
--include_lib("eunit/include/eunit.hrl").
-
-foo_test() ->
- ?assert(true).
-
--endif.