mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
expectOut fill section to vmTests
This commit is contained in:
parent
a7a137816c
commit
41db3a6162
@ -352,6 +352,8 @@ void ImportTest::exportTest(bytes const& _output, State const& _statePost)
|
||||
BOOST_CHECK_MESSAGE((m_TestObject["out"].get_str() == m_TestObject["expectOut"].get_str()), warning);
|
||||
else
|
||||
BOOST_WARN_MESSAGE((m_TestObject["out"].get_str() == m_TestObject["expectOut"].get_str()), warning);
|
||||
|
||||
m_TestObject.erase(m_TestObject.find("expectOut"));
|
||||
}
|
||||
|
||||
// export logs
|
||||
|
Loading…
Reference in New Issue
Block a user