diff options
-rw-r--r-- | compiler-rt/test/fuzzer/libcxx.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/libcxx.test b/compiler-rt/test/fuzzer/libcxx.test index 180c7957814..00092b5e2b6 100644 --- a/compiler-rt/test/fuzzer/libcxx.test +++ b/compiler-rt/test/fuzzer/libcxx.test @@ -1,4 +1,5 @@ # Ensures that the libFuzzer library does not export exceptions. +REQUIRES: linux RUN: %cpp_compiler %S/SimpleTest.cpp -o %t RUN: nm %t 2>&1 | FileCheck %s |