Fix up the test that expects the failure fixed in r212352

llvm-svn: 212353
This commit is contained in:
Ehsan Akhgari 2014-07-04 19:22:29 +00:00
parent 4103da6bfb
commit edd82a996c
1 changed files with 0 additions and 2 deletions

View 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