summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-quirks.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/objc-quirks.m')
-rw-r--r--clang/test/Parser/objc-quirks.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Parser/objc-quirks.m b/clang/test/Parser/objc-quirks.m
index 591bca222a9..72cb1e1d7c9 100644
--- a/clang/test/Parser/objc-quirks.m
+++ b/clang/test/Parser/objc-quirks.m
@@ -5,8 +5,8 @@ int @"s" = 5; // expected-error {{prefix attribute must be}}
// rdar://6480479
-@interface A
-}; // expected-error {{missing @end}} \
+@interface A // expected-note {{class started here}}
+}; // expected-error {{missing '@end'}} \
// expected-error {{expected external declaration}} \
// expected-warning{{extra ';' outside of a function}}
OpenPOWER on IntegriCloud