Cleanups.

This commit is contained in:
Gav Wood 2014-12-12 17:22:32 +01:00
parent 6b44029adc
commit 2235f84aeb

View File

@ -45,7 +45,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);