[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / fuzzer / noasan-bcmp.test
bloba3dd17bf6e2b8c08d3cb9900462541b3af3599ce
1 UNSUPPORTED: darwin, freebsd, windows
2 RUN: %cpp_compiler -fno-sanitize=address -DMEMCMP=bcmp %S/MemcmpTest.cpp -o %t
3 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s
4 CHECK: BINGO