mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Code transform fuzzer: Only test against latest EVM version.
This commit is contained in:
parent
597426bd1c
commit
4bcd69e7bd
@ -60,8 +60,9 @@ DEFINE_PROTO_FUZZER(Program const& _input)
|
||||
filterUnboundedLoops
|
||||
);
|
||||
string yul_source = converter.programToString(_input);
|
||||
// Fuzzer also fuzzes the EVM version field.
|
||||
langutil::EVMVersion version = converter.version();
|
||||
// Do not fuzz the EVM Version field.
|
||||
// See https://github.com/ethereum/solidity/issues/12590
|
||||
langutil::EVMVersion version;
|
||||
EVMHost hostContext(version, evmone);
|
||||
hostContext.reset();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user