remove line for debugging

This commit is contained in:
Liana Husikyan 2015-05-22 14:07:05 +02:00
parent f1c042df8c
commit fde4ed6bf6

View File

@ -1784,7 +1784,6 @@ BOOST_AUTO_TEST_CASE(contracts_as_addresses)
}
)";
compileAndRun(sourceCode, 20);
auto res = callContractFunction("getBalance()");
BOOST_REQUIRE(callContractFunction("getBalance()") == encodeArgs(u256(20 - 5), u256(5)));
}