From: Nirav Dave Date: Tue, 2 Aug 2016 17:58:14 +0000 (+0000) Subject: Update Clang Parser test error message to match new parser errors X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c98263c6b656f494b44af628caa0bf1ee42101a6;p=clang Update Clang Parser test error message to match new parser errors Update clang tests in light of r277489. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277490 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/ms-inline-asm.c b/test/Parser/ms-inline-asm.c index e3c3924069..7db4720b9f 100644 --- a/test/Parser/ms-inline-asm.c +++ b/test/Parser/ms-inline-asm.c @@ -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}}