summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/ms-inline-asm.c
diff options
context:
space:
mode:
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 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