diff options
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TestHelper.h b/TestHelper.h index a5f50f80..e5cf1323 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -22,7 +22,6 @@ #pragma once #include <functional> - #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> @@ -143,8 +142,8 @@ public: static json_spirit::mObject& makeAllFieldsHex(json_spirit::mObject& _o); bytes executeTest(); - void exportTest(bytes const& _output); - static void compareStates(eth::State const& _stateExpect, eth::State const& _statePost, eth::AccountMaskMap const _expectedStateOptions = eth::AccountMaskMap(), WhenError _throw = WhenError::Throw); + int exportTest(bytes const& _output); + static int compareStates(eth::State const& _stateExpect, eth::State const& _statePost, eth::AccountMaskMap const _expectedStateOptions = eth::AccountMaskMap(), WhenError _throw = WhenError::Throw); eth::State m_statePre; eth::State m_statePost; |