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 00508f5cf09..646f547e328 100644
--- a/clang/test/Parser/ms-inline-asm.c
+++ b/clang/test/Parser/ms-inline-asm.c
@@ -50,4 +50,4 @@ void t11() {
}
int t_fail() { // expected-note {{to match this}}
__asm
- __asm { // expected-error 3 {{expected}} expected-note {{to match this}}
+ __asm { // expected-error 2 {{expected}} expected-note {{to match this}}
OpenPOWER on IntegriCloud