diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-15 22:11:35 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-15 22:11:35 +0800 |
commit | 59fe1fdf9294feab37999e386784f80e390e9001 (patch) | |
tree | 5aa61d98891fd5e944a72f754ef6710740b5b13f /state.cpp | |
parent | a9b5c1b9cab3aee23b2df8f260ed935b36de257d (diff) | |
parent | dd309de94c2cd6a5d77be877e4f30b5a70d725f5 (diff) | |
download | dexon-solidity-59fe1fdf9294feab37999e386784f80e390e9001.tar dexon-solidity-59fe1fdf9294feab37999e386784f80e390e9001.tar.gz dexon-solidity-59fe1fdf9294feab37999e386784f80e390e9001.tar.bz2 dexon-solidity-59fe1fdf9294feab37999e386784f80e390e9001.tar.lz dexon-solidity-59fe1fdf9294feab37999e386784f80e390e9001.tar.xz dexon-solidity-59fe1fdf9294feab37999e386784f80e390e9001.tar.zst dexon-solidity-59fe1fdf9294feab37999e386784f80e390e9001.zip |
Merge commit '1b8f9fdc3b44503890ed1bcb5da8bd5cb8dd83a5' into develop-evmcc
Conflicts:
test/TestHelper.cpp
Diffstat (limited to 'state.cpp')
-rw-r--r-- | state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ void doStateTests(json_spirit::mValue& v, bool _fillin) for (auto& i: v.get_obj()) { - cnote << i.first; + cerr << i.first << endl; mObject& o = i.second.get_obj(); BOOST_REQUIRE(o.count("env") > 0); |