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/eunit_src/bar.erl | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 inttest/eunit/eunit_src/bar.erl (limited to 'inttest/eunit/eunit_src') 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). -- cgit v1.1