mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename gas constants in ExecutionFramework
This commit is contained in:
@@ -571,7 +571,7 @@ bool SemanticTest::checkGasCostExpectation(TestFunctionCall& io_test, bool _comp
|
||||
if (
|
||||
!m_enforceGasCost ||
|
||||
m_gasUsed < m_enforceGasCostMinValue ||
|
||||
m_gasUsed >= m_gas ||
|
||||
m_gasUsed >= InitialGas ||
|
||||
(setting == "ir" && io_test.call().expectations.gasUsed.count(setting) == 0) ||
|
||||
io_test.call().kind == FunctionCall::Kind::Builtin
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user