summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/super-property-notation.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/super-property-notation.m')
-rw-r--r--clang/test/SemaObjC/super-property-notation.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/super-property-notation.m b/clang/test/SemaObjC/super-property-notation.m
index 62ff93cb2b0..2b13a5c0f87 100644
--- a/clang/test/SemaObjC/super-property-notation.m
+++ b/clang/test/SemaObjC/super-property-notation.m
@@ -30,7 +30,7 @@ void f0() {
// rdar://13349296
__attribute__((objc_root_class)) @interface ClassBase
-@property (nonatomic, retain) ClassBase * foo;
+@property (nonatomic, retain) ClassBase * foo; // expected-note {{property declared here}}
@end
@implementation ClassBase
OpenPOWER on IntegriCloud