mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
solc fuzzers: Use compiler stack for fuzzing
This commit is contained in:
@@ -124,7 +124,7 @@ Allowed options)",
|
||||
else if (arguments.count("standard-json"))
|
||||
FuzzerUtil::testStandardCompiler(input, quiet);
|
||||
else
|
||||
FuzzerUtil::testCompiler(input, optimize, quiet);
|
||||
FuzzerUtil::testCompilerJsonInterface(input, optimize, quiet);
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user