diff --git a/compiler-rt/test/fuzzer/bcmp.test b/compiler-rt/test/fuzzer/bcmp.test index 5bbbe9845beb2c..8c1e532b16abad 100644 --- a/compiler-rt/test/fuzzer/bcmp.test +++ b/compiler-rt/test/fuzzer/bcmp.test @@ -1,4 +1,4 @@ -UNSUPPORTED: freebsd, windows +UNSUPPORTED: darwin, freebsd, windows RUN: %cpp_compiler -DMEMCMP=bcmp %S/MemcmpTest.cpp -o %t RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s CHECK: BINGO