This commit is contained in:
Alex Beregszaszi 2020-12-11 18:38:13 +00:00
parent 02d01a994d
commit f4dfe049f2

View File

@ -185,6 +185,9 @@ TestCase::TestResult SemanticTest::runTest(ostream& _stream, string const& _line
if (test.call().expectations.rawBytes() != result)
success = false;
}
else if (test.call().kind == FunctionCall::Kind::Balance)
{
}
else if (test.call().kind == FunctionCall::Kind::Constructor)
{
if (m_transactionSuccessful == test.call().expectations.failure)