diff options
Diffstat (limited to 'test/SemaObjC/property-missing.m')
-rw-r--r-- | test/SemaObjC/property-missing.m | 2 |
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; |