summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2016-08-02 17:58:14 +0000
committerNirav Dave <niravd@google.com>2016-08-02 17:58:14 +0000
commit0e31955c86eb6c488c3ef13cd9eaac1a88e61273 (patch)
tree8734e828ebda778b6251b2a87b04bdb561685b93 /clang/test
parent8601ac11aa301bd62f6de7a311fc8d7b9796ba95 (diff)
downloadbcm5719-llvm-0e31955c86eb6c488c3ef13cd9eaac1a88e61273.tar.gz
bcm5719-llvm-0e31955c86eb6c488c3ef13cd9eaac1a88e61273.zip
Update Clang Parser test error message to match new parser errors
Update clang tests in light of r277489. llvm-svn: 277490
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Parser/ms-inline-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/ms-inline-asm.c b/clang/test/Parser/ms-inline-asm.c
index e3c39240695..7db4720b9fc 100644
--- a/clang/test/Parser/ms-inline-asm.c
+++ b/clang/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}}
OpenPOWER on IntegriCloud