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