]> git.proxmox.com Git - rustc.git/blame - src/libcompiler_builtins/compiler-rt/test/fuzzer/strcmp.test
New upstream version 1.25.0+dfsg1
[rustc.git] / src / libcompiler_builtins / compiler-rt / test / fuzzer / strcmp.test
CommitLineData
2c00a5a8
XL
1RUN: %cpp_compiler %S/StrcmpTest.cpp -o %t-StrcmpTest
2RUN: not %t-StrcmpTest -seed=1 -runs=2000000 2>&1 | FileCheck %s
3CHECK: BINGO
4