Update Clang Parser test error message to match new parser errors

llvm-svn: 276896
This commit is contained in:
Nirav Dave 2016-07-27 17:39:47 +00:00
parent 06a99a46e2
commit ebebd6d2ff
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ void t12() {
__asm jmp label // expected-error {{use of undeclared label 'label'}}
}
void t13() {
__asm m{o}v eax, ebx // expected-error {{expected identifier}} expected-error {{use of undeclared label '{o}v eax, ebx'}}
__asm m{o}v eax, ebx // expected-error {{unknown token in expression}}
}
int t_fail() { // expected-note {{to match this}}