diff options
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index 7f6d7336..d830ceb6 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -110,11 +110,13 @@ public: void exportTest(bytes const& _output, eth::State const& _statePost); eth::State m_statePre; + eth::State m_stateExpect; eth::State m_statePost; eth::ExtVMFace m_environment; eth::Transaction m_transaction; private: + void checkFillTest(eth::State const& _statePost); json_spirit::mObject& m_TestObject; }; |