[fuzzer] [tests] Increase the number of iterations for three-bytes.test

The test is flaky otherwise on some of our macOS machines in the test fleet.

Differential Revision: https://reviews.llvm.org/D49277

llvm-svn: 336966
This commit is contained in:
George Karpenkov 2018-07-13 01:21:50 +00:00
parent 70043b7e9a
commit 01c762b9fd
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ RUN: %cpp_compiler %S/ThreeBytes.cpp -o %t
RUN: %run %t -seed=1 -runs=100000
RUN: %run %t -seed=1 -runs=100000 -use_value_profile=1
RUN: not %run %t -seed=1 -runs=100000 -use_value_profile=2 2>&1 | FileCheck %s
RUN: not %run %t -seed=1 -runs=1000000 -use_value_profile=2 2>&1 | FileCheck %s
CHECK: Test unit written