Fail these tests in a way that doesn't cause unexpected successes, per Daniel's
suggestion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173367 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/ms-inline-asm.c b/test/Sema/ms-inline-asm.c
index d79ed8c..1916d34 100644
--- a/test/Sema/ms-inline-asm.c
+++ b/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}}