summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms-inline-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/ms-inline-asm.c')
-rw-r--r--clang/test/Sema/ms-inline-asm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Sema/ms-inline-asm.c b/clang/test/Sema/ms-inline-asm.c
index deca6509b83..66504aa0841 100644
--- a/clang/test/Sema/ms-inline-asm.c
+++ b/clang/test/Sema/ms-inline-asm.c
@@ -38,13 +38,11 @@ void rdar15318432(void) {
// and do name lookup, if parsing failed, we did not restore the lexer state
// properly.
- // expected-error@+2 {{expected identifier}}
__asm {
and ecx, ~15
}
int x = 0;
- // expected-error@+3 {{expected identifier}}
__asm {
and ecx, x
and ecx, ~15
OpenPOWER on IntegriCloud