mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
error report: merge with latesd develop
This commit is contained in:
parent
d6d8951baf
commit
c0aa9f6726
@ -320,7 +320,7 @@ int ImportTest::exportTest(bytes const& _output)
|
||||
{
|
||||
int err = 0;
|
||||
// export output
|
||||
m_TestObject["out"] = (_output.size() > 4096 && !Options::get().fulloutput) ? "#" + toString(_output.size()) : toHex(_output, 2, HexPrefix::Add);
|
||||
m_testObject["out"] = (_output.size() > 4096 && !Options::get().fulloutput) ? "#" + toString(_output.size()) : toHex(_output, 2, HexPrefix::Add);
|
||||
|
||||
// compare expected output with post output
|
||||
if (m_testObject.count("expectOut") > 0)
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
{
|
||||
if (g_logVerbosity != -1)
|
||||
g_logVerbosity = 0;
|
||||
m_state.resetCurrent();
|
||||
//m_state.resetCurrent();
|
||||
}
|
||||
|
||||
bytes const& compileAndRunWithoutCheck(
|
||||
|
Loading…
Reference in New Issue
Block a user