[libFuzzer] try to fix value-profile-strncmp on the Mac bot
authorKostya Serebryany <kcc@google.com>
Fri, 31 Mar 2017 00:52:39 +0000 (00:52 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 31 Mar 2017 00:52:39 +0000 (00:52 +0000)
llvm-svn: 299145

llvm/lib/Fuzzer/test/value-profile-strncmp.test

index d6b375d..84a74c4 100644 (file)
@@ -1,2 +1,2 @@
 CHECK: BINGO
-RUN: not LLVMFuzzer-SingleStrncmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s
+RUN: not LLVMFuzzer-SingleStrncmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s