1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[libFuzzer] make a test more robust

llvm-svn: 310113
This commit is contained in:
Kostya Serebryany 2017-08-04 20:09:15 +00:00
parent 2159f7f15d
commit 196da07da0

View File

@ -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