summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms-inline-asm.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-01-24 20:46:39 +0000
committerChad Rosier <mcrosier@apple.com>2013-01-24 20:46:39 +0000
commit879edcd1a400f2924c8087960b5ec61394074b5c (patch)
treecb15c74272f291cc21f0c95ba1c51ca36acd6155 /clang/test/Sema/ms-inline-asm.c
parent41176f43c4878f7508e62a8a64c10a92a867efdd (diff)
downloadbcm5719-llvm-879edcd1a400f2924c8087960b5ec61394074b5c.tar.gz
bcm5719-llvm-879edcd1a400f2924c8087960b5ec61394074b5c.zip
Fail these tests in a way that doesn't cause unexpected successes, per Daniel's
suggestion. llvm-svn: 173367
Diffstat (limited to 'clang/test/Sema/ms-inline-asm.c')
-rw-r--r--clang/test/Sema/ms-inline-asm.c3
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}}
OpenPOWER on IntegriCloud