aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-20 23:59:27 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-20 23:59:27 +0800
commitdcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7 (patch)
tree76148ffd550498c8c679816facd468f3fb9f2701 /TestHelper.cpp
parent76106f2933ce875b46119a66ea4106bc006abb01 (diff)
parenta879115143aa61ff13cc914ef8be76e8ee67a6f4 (diff)
downloaddexon-solidity-dcc0361c7cb6c3560c1dbed1bdeb4b5a8430c0c7.tar.gz
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.cpp1
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;
}
}