diff options
Diffstat (limited to 'clang/test/Sema/ms-inline-asm.c')
-rw-r--r-- | clang/test/Sema/ms-inline-asm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Sema/ms-inline-asm.c b/clang/test/Sema/ms-inline-asm.c index d79ed8cb602..1916d3463de 100644 --- a/clang/test/Sema/ms-inline-asm.c +++ b/clang/test/Sema/ms-inline-asm.c @@ -1,6 +1,5 @@ -// REQUIRES: x86-64-registered-target +// REQUIRES: disabled // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fasm-blocks -Wno-microsoft -verify -fsyntax-only -// XFAIL: * void t1(void) { __asm __asm // expected-error {{__asm used with no assembly instructions}} |