mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Retain more gas for the case that the called contract is not yet created.
This commit is contained in:
parent
1c13f1e4d5
commit
c01c07e311
@ -1414,8 +1414,6 @@ BOOST_AUTO_TEST_CASE(sha3)
|
|||||||
testSolidityAgainstCpp("a(bytes32)", f, u256(-1));
|
testSolidityAgainstCpp("a(bytes32)", f, u256(-1));
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef PRECOMPILED_CONTRACTS_GAS_FIXED_IN_SOLIDITY
|
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(sha256)
|
BOOST_AUTO_TEST_CASE(sha256)
|
||||||
{
|
{
|
||||||
char const* sourceCode = "contract test {\n"
|
char const* sourceCode = "contract test {\n"
|
||||||
@ -3631,5 +3629,3 @@ BOOST_AUTO_TEST_SUITE_END()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // end namespaces
|
} // end namespaces
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user