diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-20 23:59:27 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-20 23:59:27 +0800 |
commit | dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7 (patch) | |
tree | 76148ffd550498c8c679816facd468f3fb9f2701 /TestHelper.cpp | |
parent | 76106f2933ce875b46119a66ea4106bc006abb01 (diff) | |
parent | a879115143aa61ff13cc914ef8be76e8ee67a6f4 (diff) | |
download | dexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.tar dexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.tar.gz dexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.tar.bz2 dexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.tar.lz dexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.tar.xz dexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.tar.zst dexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.zip |
Merge remote-tracking branch 'upstream/develop' into newTests
Conflicts:
test/vm.cpp
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index a0e2d572..66370ca3 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -386,6 +386,7 @@ void executeTests(const string& _name, const string& _testPathAppendix, std::fun { BOOST_ERROR("Failed test with Exception: " << _e.what()); } + break; } } |