mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Passing eofVersion down
This commit is contained in:
@@ -189,7 +189,7 @@ void FuzzerUtil::testConstantOptimizer(string const& _input, bool _quiet)
|
||||
|
||||
for (bool isCreation: {false, true})
|
||||
{
|
||||
Assembly assembly{isCreation, {}};
|
||||
Assembly assembly{isCreation, nullopt, {}};
|
||||
for (u256 const& n: numbers)
|
||||
{
|
||||
if (!_quiet)
|
||||
|
||||
Reference in New Issue
Block a user