diff options
Diffstat (limited to 'test/fuzzer/strcmp.test')
| -rw-r--r-- | test/fuzzer/strcmp.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fuzzer/strcmp.test b/test/fuzzer/strcmp.test index 47ad8f9ba0f5b..bd917bba6b698 100644 --- a/test/fuzzer/strcmp.test +++ b/test/fuzzer/strcmp.test @@ -1,4 +1,5 @@ +UNSUPPORTED: freebsd RUN: %cpp_compiler %S/StrcmpTest.cpp -o %t-StrcmpTest -RUN: not %t-StrcmpTest -seed=1 -runs=2000000 2>&1 | FileCheck %s +RUN: not %run %t-StrcmpTest -seed=1 -runs=2000000 2>&1 | FileCheck %s CHECK: BINGO |
