[libFuzzer] Require linux for libcxx.test
authorMatt Morehouse <mascasa@google.com>
Thu, 25 Apr 2019 18:42:30 +0000 (18:42 +0000)
committerMatt Morehouse <mascasa@google.com>
Thu, 25 Apr 2019 18:42:30 +0000 (18:42 +0000)
llvm-svn: 359223

compiler-rt/test/fuzzer/libcxx.test

index 180c795..00092b5 100644 (file)
@@ -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