summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/exit-report.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/exit-report.test')
-rw-r--r--llvm/lib/Fuzzer/test/exit-report.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/exit-report.test b/llvm/lib/Fuzzer/test/exit-report.test
index 83615a63aff..f754c1376c4 100644
--- a/llvm/lib/Fuzzer/test/exit-report.test
+++ b/llvm/lib/Fuzzer/test/exit-report.test
@@ -1,5 +1,5 @@
-RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-LLVMFuzzer-SimpleTest
-RUN: not %t-LLVMFuzzer-SimpleTest 2>&1 | FileCheck %s
+RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
+RUN: not %t-SimpleTest 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: fuzz target exited
CHECK: SUMMARY: libFuzzer: fuzz target exited
OpenPOWER on IntegriCloud