summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/SimpleCmpTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/SimpleCmpTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/SimpleCmpTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/SimpleCmpTest.cpp b/llvm/lib/Fuzzer/test/SimpleCmpTest.cpp
index 54dc016ce84..3a2871c6311 100644
--- a/llvm/lib/Fuzzer/test/SimpleCmpTest.cpp
+++ b/llvm/lib/Fuzzer/test/SimpleCmpTest.cpp
@@ -25,7 +25,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
z < -10000 &&
z >= -10005 &&
z != -10003 &&
- a == 4242) {
+ a == 4242 &&
+ true) {
fprintf(stderr, "BINGO; Found the target: size %zd (%zd, %zd, %d, %d), exiting.\n",
Size, x, y, z, a);
exit(1);
OpenPOWER on IntegriCloud