11 lines
540 B
Diff
11 lines
540 B
Diff
|
diff --git a/clang/test/Driver/XRay/xray-instrument-os.c b/clang/test/Driver/XRay/xray-instrument-os.c
|
||
|
index 3a0397208326..5cf7e35fdbf3 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-, -freebsd, x86_64-apple-darwin, x86_64-apple-macos
|
||
|
+// XFAIL: linux, freebsd, x86_64-apple-darwin, x86_64-apple-macos
|
||
|
// REQUIRES: amd64 || x86_64 || x86_64h || arm || aarch64 || arm64
|
||
|
typedef int a;
|