From edd82a996c341c1ff0fe8067393324032aeb2d3c Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Fri, 4 Jul 2014 19:22:29 +0000 Subject: [PATCH] Fix up the test that expects the failure fixed in r212352 llvm-svn: 212353 --- clang/test/Sema/ms-inline-asm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/test/Sema/ms-inline-asm.c b/clang/test/Sema/ms-inline-asm.c index deca6509b839..66504aa08417 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