summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/missing-end.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/missing-end.m')
-rw-r--r--clang/test/Parser/missing-end.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Parser/missing-end.m b/clang/test/Parser/missing-end.m
index fb264610aec..d66ea6487a4 100644
--- a/clang/test/Parser/missing-end.m
+++ b/clang/test/Parser/missing-end.m
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
-@interface AAA
+@interface AAA // expected-note {{class started here}}
{
}
@ x// expected-error{{expected an Objective-C directive after '@'}}
-// expected-error{{missing @end}}
+// expected-error{{missing '@end'}}
OpenPOWER on IntegriCloud