mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
remove line for debugging
This commit is contained in:
parent
f1c042df8c
commit
fde4ed6bf6
@ -1784,7 +1784,6 @@ BOOST_AUTO_TEST_CASE(contracts_as_addresses)
|
|||||||
}
|
}
|
||||||
)";
|
)";
|
||||||
compileAndRun(sourceCode, 20);
|
compileAndRun(sourceCode, 20);
|
||||||
auto res = callContractFunction("getBalance()");
|
|
||||||
BOOST_REQUIRE(callContractFunction("getBalance()") == encodeArgs(u256(20 - 5), u256(5)));
|
BOOST_REQUIRE(callContractFunction("getBalance()") == encodeArgs(u256(20 - 5), u256(5)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user