Windows fix

This commit is contained in:
Paweł Bylica 2014-12-17 17:56:54 +01:00
parent 59fe1fdf92
commit f591197692

View File

@ -332,9 +332,11 @@ void checkStorage(map<u256, u256> _expectedStore, map<u256, u256> _resultStore,
}
BOOST_CHECK_EQUAL(_resultStore.size(), _expectedStore.size());
for (auto&& resultStorePair: _resultStore)
{
if (!_expectedStore.count(resultStorePair.first))
BOOST_ERROR(_expectedAddr << ": unexpected store key " << resultStorePair.first);
}
}
void checkLog(LogEntries _resultLogs, LogEntries _expectedLogs)
{