diff options
| author | Nirav Dave <niravd@google.com> | 2016-08-02 17:58:14 +0000 |
|---|---|---|
| committer | Nirav Dave <niravd@google.com> | 2016-08-02 17:58:14 +0000 |
| commit | 0e31955c86eb6c488c3ef13cd9eaac1a88e61273 (patch) | |
| tree | 8734e828ebda778b6251b2a87b04bdb561685b93 /clang/test | |
| parent | 8601ac11aa301bd62f6de7a311fc8d7b9796ba95 (diff) | |
| download | bcm5719-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.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 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}} |

