mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix return value in the fuzzer.
This commit is contained in:
parent
b6c37dd912
commit
bd6e891704
@ -205,7 +205,7 @@ Allowed options)",
|
||||
catch (po::error const& _exception)
|
||||
{
|
||||
cerr << _exception.what() << endl;
|
||||
return false;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (arguments.count("quiet"))
|
||||
|
Loading…
Reference in New Issue
Block a user