diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-03-05 23:49:21 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-03-05 23:49:21 +0800 |
commit | 51e376efb8dc2f410872c682e4bf36955ec7caca (patch) | |
tree | a8bf8cf138f206f8d37dcc1429b0e4e65ab0e126 /TestHelper.cpp | |
parent | 326bf6c7712b8b199225d08667ea6295f9653e7b (diff) | |
parent | 0c2a7fbe7d2283a2226cf693d94a087ddca56b04 (diff) | |
download | dexon-solidity-51e376efb8dc2f410872c682e4bf36955ec7caca.tar dexon-solidity-51e376efb8dc2f410872c682e4bf36955ec7caca.tar.gz dexon-solidity-51e376efb8dc2f410872c682e4bf36955ec7caca.tar.bz2 dexon-solidity-51e376efb8dc2f410872c682e4bf36955ec7caca.tar.lz dexon-solidity-51e376efb8dc2f410872c682e4bf36955ec7caca.tar.xz dexon-solidity-51e376efb8dc2f410872c682e4bf36955ec7caca.tar.zst dexon-solidity-51e376efb8dc2f410872c682e4bf36955ec7caca.zip |
Merge remote-tracking branch 'upstream/develop' into evmjit
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index ea44111c..82add295 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -23,7 +23,9 @@ #include <thread> #include <chrono> + #include <boost/filesystem/path.hpp> + #include <libethereum/Client.h> #include <liblll/Compiler.h> #include <libevm/VMFactory.h> @@ -170,7 +172,7 @@ void ImportTest::importTransaction(json_spirit::mObject& _o) } } -void ImportTest::exportTest(bytes _output, State& _statePost) +void ImportTest::exportTest(bytes const& _output, State const& _statePost) { // export output m_TestObject["out"] = "0x" + toHex(_output); |