summaryrefslogtreecommitdiff
path: root/inttest/eunit/eunit_src
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/eunit/eunit_src')
-rw-r--r--inttest/eunit/eunit_src/bar.erl6
1 files changed, 0 insertions, 6 deletions
diff --git a/inttest/eunit/eunit_src/bar.erl b/inttest/eunit/eunit_src/bar.erl
deleted file mode 100644
index 6a80dac..0000000
--- a/inttest/eunit/eunit_src/bar.erl
+++ /dev/null
@@ -1,6 +0,0 @@
--module(bar).
-
--include_lib("eunit/include/eunit.hrl").
-
-bar_test() ->
- ?assert(true).