remove line for debugging

This commit is contained in:
Liana Husikyan
2015-06-01 13:06:12 +02:00
parent f1c042df8c
commit fde4ed6bf6
-1
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)));
}