From 196da07da0ee3b8150a9b0f853906cfd81fa727a Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 4 Aug 2017 20:09:15 +0000 Subject: [PATCH] [libFuzzer] make a test more robust llvm-svn: 310113 --- lib/Fuzzer/test/strncmp.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Fuzzer/test/strncmp.test b/lib/Fuzzer/test/strncmp.test index 9e737671b75..49693c8de8f 100644 --- a/lib/Fuzzer/test/strncmp.test +++ b/lib/Fuzzer/test/strncmp.test @@ -1,4 +1,4 @@ RUN: %cpp_compiler %S/StrncmpTest.cpp -o %t-StrncmpTest -RUN: not %t-StrncmpTest -seed=2 -runs=2000000 2>&1 | FileCheck %s +RUN: not %t-StrncmpTest -seed=2 -runs=10000000 2>&1 | FileCheck %s CHECK: BINGO