summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a03345fac99..c279f93f3f3 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: enable_shared
+// REQUIRES: linux, enable_shared
int foo() { return 42; }
#ifdef MAIN
OpenPOWER on IntegriCloud