From 67eada069fd429a11a6748882365b7708de203b9 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212353 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/ms-inline-asm.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.40.0