summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/XRay/xray-shared-noxray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/XRay/xray-shared-noxray.cpp')
-rw-r--r--clang/test/Driver/XRay/xray-shared-noxray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/XRay/xray-shared-noxray.cpp b/clang/test/Driver/XRay/xray-shared-noxray.cpp
index c279f93f3f3..a03345fac99 100644
--- a/clang/test/Driver/XRay/xray-shared-noxray.cpp
+++ b/clang/test/Driver/XRay/xray-shared-noxray.cpp
@@ -8,7 +8,7 @@
// SHARED-NOT: {{clang_rt\.xray-}}
// STATIC: {{clang_rt\.xray-}}
//
-// REQUIRES: linux, enable_shared
+// REQUIRES: enable_shared
int foo() { return 42; }
#ifdef MAIN
OpenPOWER on IntegriCloud