diff options
author | Jared Morrow <jared@basho.com> | 2014-04-24 07:15:10 -0600 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-04-24 07:15:10 -0600 |
commit | a838a2e4878887e84190070d589248b74edd12c0 (patch) | |
tree | 65754ba961d56a4dac18e23e5a55a06f6af7e4bd /inttest/code_path_no_recurse/deps/bazdep/test | |
parent | 8edaa08ba6b051f49ec3631ca1aa424573c3dac6 (diff) | |
parent | 99fe270e59b44526b43f2b8d93d51b20d45b62d3 (diff) |
Merge pull request #268 from tuncer/code-path-regression
Fix #267 (code path regression)
Diffstat (limited to 'inttest/code_path_no_recurse/deps/bazdep/test')
-rw-r--r-- | inttest/code_path_no_recurse/deps/bazdep/test/bazdep_tests.erl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inttest/code_path_no_recurse/deps/bazdep/test/bazdep_tests.erl b/inttest/code_path_no_recurse/deps/bazdep/test/bazdep_tests.erl new file mode 100644 index 0000000..b5190f6 --- /dev/null +++ b/inttest/code_path_no_recurse/deps/bazdep/test/bazdep_tests.erl @@ -0,0 +1,5 @@ +-module(bazdep_tests). +-include_lib("eunit/include/eunit.hrl"). + +bazdep_test() -> + ?assert(bazdep:bazdep() =:= bazdep). |