diff options
author | winsvega <winsvega@mail.ru> | 2015-03-02 23:21:41 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-03-04 01:12:17 +0800 |
commit | b5693332fb66e157e135bbeb6a798e83b0f33a6a (patch) | |
tree | f635ca2f2a61f59fd3d4c9aebbf5f3da7ece5d88 /TestHelper.h | |
parent | d311a82444b043de5e890309f172a656729aedf0 (diff) | |
download | dexon-solidity-b5693332fb66e157e135bbeb6a798e83b0f33a6a.tar.gz dexon-solidity-b5693332fb66e157e135bbeb6a798e83b0f33a6a.tar.zst dexon-solidity-b5693332fb66e157e135bbeb6a798e83b0f33a6a.zip |
Transaction Tests
missing TestHelper.h file
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h index c4dde1a6..3707a5ff 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -52,7 +52,7 @@ public: void importEnv(json_spirit::mObject& _o); void importState(json_spirit::mObject& _o, eth::State& _state); void importTransaction(json_spirit::mObject& _o); - void exportTest(bytes _output, eth::State& _statePost); + void exportTest(bytes const& _output, eth::State const& _statePost); eth::State m_statePre; eth::State m_statePost; |