mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unneeded optimised test from EndToEndTest
This commit is contained in:
parent
1ad9640fa3
commit
c88f34c781
@ -7820,13 +7820,6 @@ BOOST_AUTO_TEST_CASE(mem_resize_is_not_paid_at_call)
|
||||
u160 cAddr = m_contractAddress;
|
||||
compileAndRun(sourceCode, 0, "D");
|
||||
BOOST_CHECK(callContractFunction("f(address)", cAddr) == encodeArgs(u256(7)));
|
||||
|
||||
m_optimize = true;
|
||||
|
||||
compileAndRun(sourceCode, 0, "C");
|
||||
u160 cAddrOpt = m_contractAddress;
|
||||
compileAndRun(sourceCode, 0, "D");
|
||||
BOOST_CHECK(callContractFunction("f(address)", cAddrOpt) == encodeArgs(u256(7)));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(calling_uninitialized_function)
|
||||
|
Loading…
Reference in New Issue
Block a user