mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implementing enforcing gas expectations in isoltest.
Co-authored-by: Daniel Kirchner <daniel@ekpyron.org>
This commit is contained in:
co-authored by
Daniel Kirchner
parent
515f15f7a3
commit
aed3832b27
@@ -162,7 +162,9 @@ TestTool::Result TestTool::process()
|
||||
m_path.string(),
|
||||
m_options.evmVersion(),
|
||||
m_options.vmPaths,
|
||||
m_options.enforceViaYul
|
||||
m_options.enforceViaYul,
|
||||
m_options.enforceGasTest,
|
||||
m_options.enforceGasTestMinValue
|
||||
});
|
||||
if (m_test->shouldRun())
|
||||
switch (TestCase::TestResult result = m_test->run(outputMessages, " ", formatted))
|
||||
|
||||
Reference in New Issue
Block a user