]> granicus.if.org Git - clang/commitdiff
Fix up the test that expects the failure fixed in r212352
authorEhsan Akhgari <ehsan.akhgari@gmail.com>
Fri, 4 Jul 2014 19:22:29 +0000 (19:22 +0000)
committerEhsan Akhgari <ehsan.akhgari@gmail.com>
Fri, 4 Jul 2014 19:22:29 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212353 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/ms-inline-asm.c

index deca6509b839806d007eb68247c6dd690d114630..66504aa08417f6ee125b056507df91be344ceec7 100644 (file)
@@ -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