summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-missing.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-missing.m')
-rw-r--r--test/SemaObjC/property-missing.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-missing.m b/test/SemaObjC/property-missing.m
index bf75601..3ebf0a8 100644
--- a/test/SemaObjC/property-missing.m
+++ b/test/SemaObjC/property-missing.m
@@ -21,7 +21,7 @@ void f3(id o)
}
// rdar://8851803
-@class SomeOtherClass; // expected-note {{forward class is declared here}}
+@class SomeOtherClass; // expected-note {{forward declaration of class here}}
@interface MyClass {
SomeOtherClass *someOtherObject;
OpenPOWER on IntegriCloud