summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/deep-recursion.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/deep-recursion.test')
-rw-r--r--compiler-rt/test/fuzzer/deep-recursion.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/deep-recursion.test b/compiler-rt/test/fuzzer/deep-recursion.test
index 22475f91263..f65104004bf 100644
--- a/compiler-rt/test/fuzzer/deep-recursion.test
+++ b/compiler-rt/test/fuzzer/deep-recursion.test
@@ -1,5 +1,5 @@
# Test that we can find a stack overflow
REQUIRES: linux
RUN: %cpp_compiler %S/DeepRecursionTest.cpp -o %t
-RUN: not %t -seed=1 -runs=100000000 2>&1 | FileCheck %s
+RUN: not %run %t -seed=1 -runs=100000000 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: deadly signal
OpenPOWER on IntegriCloud