summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/MinimizeCorpusTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/MinimizeCorpusTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/MinimizeCorpusTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/MinimizeCorpusTest.cpp b/llvm/lib/Fuzzer/test/MinimizeCorpusTest.cpp
index 02ef99fb26e..2fa17f156e2 100644
--- a/llvm/lib/Fuzzer/test/MinimizeCorpusTest.cpp
+++ b/llvm/lib/Fuzzer/test/MinimizeCorpusTest.cpp
@@ -21,7 +21,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
int Z = Ids[(unsigned char)'Z'];
if (F >= 0 && U > F && Z > U) {
Sink++;
- // printf("IDS: %d %d %d\n", F, U, Z);
+ // fprintf(stderr, "IDS: %d %d %d\n", F, U, Z);
}
return 0;
}
OpenPOWER on IntegriCloud