summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/repeated-bytes.test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-08-15 19:36:13 +0000
committerKostya Serebryany <kcc@google.com>2016-08-15 19:36:13 +0000
commita0d40a21e7e78aed1d605bd76bfb1eb2d718eb29 (patch)
tree5c6b2adeb5c37e1feb35be786977392a61551fd0 /llvm/lib/Fuzzer/test/repeated-bytes.test
parentf8a15c3b5729adeb70977641af167d265b4cb04b (diff)
downloadbcm5719-llvm-a0d40a21e7e78aed1d605bd76bfb1eb2d718eb29.tar.gz
bcm5719-llvm-a0d40a21e7e78aed1d605bd76bfb1eb2d718eb29.zip
[libFuzzer] fix the bot
llvm-svn: 278721
Diffstat (limited to 'llvm/lib/Fuzzer/test/repeated-bytes.test')
-rw-r--r--llvm/lib/Fuzzer/test/repeated-bytes.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/repeated-bytes.test b/llvm/lib/Fuzzer/test/repeated-bytes.test
index edcba833947..71394087939 100644
--- a/llvm/lib/Fuzzer/test/repeated-bytes.test
+++ b/llvm/lib/Fuzzer/test/repeated-bytes.test
@@ -1,2 +1,2 @@
CHECK: BINGO
-RUN: LLVMFuzzer-RepeatedBytesTest -runs=10000 2>&1 | FileCheck %s
+RUN: LLVMFuzzer-RepeatedBytesTest -seed=1 -runs=1000000 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud