mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix fuzzer_common to keep assembly intact
This commit is contained in:
parent
2fc7928697
commit
c19afd5ad3
@ -101,7 +101,7 @@ void FuzzerUtil::testConstantOptimizer(string const& _input, bool _quiet)
|
|||||||
isCreation,
|
isCreation,
|
||||||
runs,
|
runs,
|
||||||
EVMVersion{},
|
EVMVersion{},
|
||||||
assembly,
|
tmp,
|
||||||
const_cast<AssemblyItems &>(tmp.items())
|
const_cast<AssemblyItems &>(tmp.items())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user