From 21f47438614a0d50caf20801c4440d54d12c3f20 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 30 Aug 2014 22:14:48 -0500 Subject: remove more code that can be brought back later if needed --- inttest/eunit/src/foo.erl | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 inttest/eunit/src/foo.erl (limited to 'inttest/eunit/src') 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. -- cgit v1.1