aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzer/exit-report.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/exit-report.test')
-rw-r--r--test/fuzzer/exit-report.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/exit-report.test b/test/fuzzer/exit-report.test
index f754c1376c43..65d91c5cd88a 100644
--- a/test/fuzzer/exit-report.test
+++ b/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