r212353 - Fix up the test that expects the failure fixed in r212352

Ehsan Akhgari ehsan.akhgari at gmail.com
Fri Jul 4 12:22:30 PDT 2014


Author: ehsan
Date: Fri Jul  4 14:22:29 2014
New Revision: 212353

URL: http://llvm.org/viewvc/llvm-project?rev=212353&view=rev
Log:
Fix up the test that expects the failure fixed in r212352

Modified:
    cfe/trunk/test/Sema/ms-inline-asm.c

Modified: cfe/trunk/test/Sema/ms-inline-asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/ms-inline-asm.c?rev=212353&r1=212352&r2=212353&view=diff
==============================================================================
--- cfe/trunk/test/Sema/ms-inline-asm.c (original)
+++ cfe/trunk/test/Sema/ms-inline-asm.c Fri Jul  4 14:22:29 2014
@@ -38,13 +38,11 @@ void rdar15318432(void) {
   // and do name lookup, if parsing failed, we did not restore the lexer state
   // properly.
 
-  // expected-error at +2 {{expected identifier}}
   __asm {
     and ecx, ~15
   }
 
   int x = 0;
-  // expected-error at +3 {{expected identifier}}
   __asm {
     and ecx, x
     and ecx, ~15





More information about the cfe-commits mailing list