mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
f
This commit is contained in:
parent
02d01a994d
commit
f4dfe049f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user