mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix gas cost test.
This commit is contained in:
parent
c326641341
commit
ac996d209f
@ -109,7 +109,7 @@ BOOST_AUTO_TEST_CASE(string_storage)
|
|||||||
if (evmVersion < EVMVersion::istanbul())
|
if (evmVersion < EVMVersion::istanbul())
|
||||||
CHECK_DEPLOY_GAS(0, 123969, evmVersion);
|
CHECK_DEPLOY_GAS(0, 123969, evmVersion);
|
||||||
else
|
else
|
||||||
CHECK_DEPLOY_GAS(0, 113993, evmVersion);
|
CHECK_DEPLOY_GAS(0, 110969, evmVersion);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user