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/code_path_no_recurse/test/codepath_tests.erl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 inttest/code_path_no_recurse/test/codepath_tests.erl (limited to 'inttest/code_path_no_recurse/test') diff --git a/inttest/code_path_no_recurse/test/codepath_tests.erl b/inttest/code_path_no_recurse/test/codepath_tests.erl deleted file mode 100644 index 01a1d2a..0000000 --- a/inttest/code_path_no_recurse/test/codepath_tests.erl +++ /dev/null @@ -1,12 +0,0 @@ --module(codepath_tests). --include_lib("eunit/include/eunit.hrl"). - -codepath_test() -> - ?assertEqual({module, codepath}, code:ensure_loaded(codepath)), - ?assertEqual({module, foodep}, code:ensure_loaded(foodep)), - ?assertEqual({module, bazdep}, code:ensure_loaded(bazdep)), - ?assert(codepath:codepath()). - -unuseddep_test() -> - ?assertEqual(non_existing, code:which(unuseddep)), - ?assertEqual({error, nofile}, code:ensure_loaded(unuseddep)). -- cgit v1.1