diff options
Diffstat (limited to 'test/fuzzer.cpp')
-rw-r--r-- | test/fuzzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer.cpp b/test/fuzzer.cpp index afa50671..053d880f 100644 --- a/test/fuzzer.cpp +++ b/test/fuzzer.cpp @@ -205,7 +205,7 @@ Allowed options)", catch (po::error const& _exception) { cerr << _exception.what() << endl; - return false; + return 1; } if (arguments.count("quiet")) |