summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/only-some-bytes-fork.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/only-some-bytes-fork.test')
-rw-r--r--compiler-rt/test/fuzzer/only-some-bytes-fork.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/only-some-bytes-fork.test b/compiler-rt/test/fuzzer/only-some-bytes-fork.test
index 4eb048294c9..f224305567f 100644
--- a/compiler-rt/test/fuzzer/only-some-bytes-fork.test
+++ b/compiler-rt/test/fuzzer/only-some-bytes-fork.test
@@ -8,5 +8,5 @@ RUN: %cpp_compiler %S/OnlySomeBytesTest.cpp -o %t-Fuzz
# Test that the fork mode can collect and use the DFT
RUN: rm -rf %t && mkdir %t
-RUN: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=1 2> %t/log
+RUN: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=20 2> %t/log
RUN: grep BINGO %t/log
OpenPOWER on IntegriCloud