aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2014-11-19 20:13:19 +0800
committerPaweł Bylica <pawel.bylica@imapp.pl>2014-11-19 20:13:19 +0800
commit7df5ec34c778414079b879a5bd1ce3ec83cffa85 (patch)
tree88338a67c0db41b26aaa0956ac7f7b252381f6e1 /TestHelper.cpp
parent9544173e3b930dffe6b44e168c2b5664a5702a0c (diff)
downloaddexon-solidity-7df5ec34c778414079b879a5bd1ce3ec83cffa85.tar
dexon-solidity-7df5ec34c778414079b879a5bd1ce3ec83cffa85.tar.gz
dexon-solidity-7df5ec34c778414079b879a5bd1ce3ec83cffa85.tar.bz2
dexon-solidity-7df5ec34c778414079b879a5bd1ce3ec83cffa85.tar.lz
dexon-solidity-7df5ec34c778414079b879a5bd1ce3ec83cffa85.tar.xz
dexon-solidity-7df5ec34c778414079b879a5bd1ce3ec83cffa85.tar.zst
dexon-solidity-7df5ec34c778414079b879a5bd1ce3ec83cffa85.zip
In VM tests, check only if an exception occurred if an exception expected (no post state and output checking)
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 1b13f9e8..114399a4 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -374,6 +374,7 @@ void executeTests(const string& _name, const string& _testPathAppendix, std::fun
{
BOOST_ERROR("Failed test with Exception: " << _e.what());
}
+ break;
}
}