mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run fuzzer for istanbul
This commit is contained in:
parent
57183d0693
commit
71a310a2ea
@ -34,7 +34,8 @@ static vector<string> s_evmVersions = {
|
|||||||
"spuriousDragon",
|
"spuriousDragon",
|
||||||
"byzantium",
|
"byzantium",
|
||||||
"constantinople",
|
"constantinople",
|
||||||
"petersburg"
|
"petersburg",
|
||||||
|
"istanbul"
|
||||||
};
|
};
|
||||||
|
|
||||||
void FuzzerUtil::runCompiler(string const& _input, bool _quiet)
|
void FuzzerUtil::runCompiler(string const& _input, bool _quiet)
|
||||||
|
Loading…
Reference in New Issue
Block a user