mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
9cb37f0db2
llvm-svn: 310106
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
RUN: %cpp_compiler %S/StrcmpTest.cpp -o %t-LLVMFuzzer-StrcmpTest
|
|
RUN: not %t-LLVMFuzzer-StrcmpTest -seed=1 -runs=2000000 2>&1 | FileCheck %s
|
|
CHECK: BINGO
|
|
|