summaryrefslogtreecommitdiff
path: root/test/Parser/missing-end-3.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/missing-end-3.m')
-rw-r--r--test/Parser/missing-end-3.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/missing-end-3.m b/test/Parser/missing-end-3.m
index 3b226376dc58..4875ecdd625b 100644
--- a/test/Parser/missing-end-3.m
+++ b/test/Parser/missing-end-3.m
@@ -1,10 +1,10 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://8283484
-@interface blah {
+@interface blah { // expected-note {{class started here}}
@private
}
// since I forgot the @end here it should say something
-@interface blah // expected-error {{missing @end}}
+@interface blah // expected-error {{missing '@end'}}
@end // and Unknown type name 'end' here