From: Ehsan Akhgari Date: Fri, 4 Jul 2014 19:22:29 +0000 (+0000) Subject: Fix up the test that expects the failure fixed in r212352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67eada069fd429a11a6748882365b7708de203b9;p=clang Fix up the test that expects the failure fixed in r212352 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212353 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/ms-inline-asm.c b/test/Sema/ms-inline-asm.c index deca6509b8..66504aa084 100644 --- a/test/Sema/ms-inline-asm.c +++ b/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