aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2014-12-15 22:11:35 +0800
committerPaweł Bylica <pawel.bylica@imapp.pl>2014-12-15 22:11:35 +0800
commit59fe1fdf9294feab37999e386784f80e390e9001 (patch)
tree5aa61d98891fd5e944a72f754ef6710740b5b13f /state.cpp
parenta9b5c1b9cab3aee23b2df8f260ed935b36de257d (diff)
parentdd309de94c2cd6a5d77be877e4f30b5a70d725f5 (diff)
downloaddexon-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.cpp b/state.cpp
index 961f0f13..11ecf48c 100644
--- a/state.cpp
+++ b/state.cpp
@@ -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);