summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/ms-inline-asm.c
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-08-01 23:34:42 +0000
committerHans Wennborg <hans@hanshq.net>2016-08-01 23:34:42 +0000
commit622adc524f3f183bd2068b721546ccce4d37d2dc (patch)
treed712d6b7ab0bb8b0f24195d9515df73d201b6b19 /clang/test/Parser/ms-inline-asm.c
parent8a63138ebc930c5c1bc78d1fb0be43d84bb1fca9 (diff)
downloadbcm5719-llvm-622adc524f3f183bd2068b721546ccce4d37d2dc.tar.gz
bcm5719-llvm-622adc524f3f183bd2068b721546ccce4d37d2dc.zip
Revert r276896 "Update Clang Parser test error message to match new parser errors"
This depended on r276895, which was reverted in r277402. llvm-svn: 277405
Diffstat (limited to 'clang/test/Parser/ms-inline-asm.c')
-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 7db4720b9fc..e3c39240695 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 {{unknown token in expression}}
+ __asm m{o}v eax, ebx // expected-error {{expected identifier}} expected-error {{use of undeclared label '{o}v eax, ebx'}}
}
int t_fail() { // expected-note {{to match this}}
OpenPOWER on IntegriCloud