forked from OSchip/llvm-project
Fix up the test that expects the failure fixed in r212352
llvm-svn: 212353
This commit is contained in:
parent
4103da6bfb
commit
edd82a996c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue