diff options
Diffstat (limited to 'test/Driver/XRay/xray-instrument-os.c')
-rw-r--r-- | test/Driver/XRay/xray-instrument-os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/XRay/xray-instrument-os.c b/test/Driver/XRay/xray-instrument-os.c index 7e221365d6114..1008d0aff6f8b 100644 --- a/test/Driver/XRay/xray-instrument-os.c +++ b/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 +// XFAIL: -linux-, -freebsd, -darwin // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64 typedef int a; |