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