diff options
| author | Hans Wennborg <hans@hanshq.net> | 2016-08-01 23:34:42 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2016-08-01 23:34:42 +0000 |
| commit | 622adc524f3f183bd2068b721546ccce4d37d2dc (patch) | |
| tree | d712d6b7ab0bb8b0f24195d9515df73d201b6b19 /clang/test | |
| parent | 8a63138ebc930c5c1bc78d1fb0be43d84bb1fca9 (diff) | |
| download | bcm5719-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')
| -rw-r--r-- | clang/test/Parser/ms-inline-asm.c | 2 |
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}} |

