diff options
Diffstat (limited to 'clang/test/Driver/XRay/xray-instrument-os.c')
-rw-r--r-- | clang/test/Driver/XRay/xray-instrument-os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/XRay/xray-instrument-os.c b/clang/test/Driver/XRay/xray-instrument-os.c index 86b109b6dbf..9de4ec7bf18 100644 --- a/clang/test/Driver/XRay/xray-instrument-os.c +++ b/clang/test/Driver/XRay/xray-instrument-os.c @@ -1,4 +1,4 @@ // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s -// XFAIL: -linux- +// REQUIRES: linux // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64 typedef int a; |