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 b99bad4c634..22475f91263 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 -fsanitize-coverage=stack-depth %S/DeepRecursionTest.cpp -o %t
+RUN: %cpp_compiler %S/DeepRecursionTest.cpp -o %t
RUN: not %t -seed=1 -runs=100000000 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: deadly signal
OpenPOWER on IntegriCloud