aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/typedef-class.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/typedef-class.m')
-rw-r--r--test/SemaObjC/typedef-class.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/typedef-class.m b/test/SemaObjC/typedef-class.m
index 0f7e6822c4f9..c983195b243e 100644
--- a/test/SemaObjC/typedef-class.m
+++ b/test/SemaObjC/typedef-class.m
@@ -5,7 +5,7 @@ typedef struct _NSZone NSZone;
@class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator;
-@protocol NSObject - (BOOL) isEqual:(id) object; @end
+@protocol NSObject - (BOOL) isEqual:(id) object; - (id)init; @end
@protocol NSCopying - (id) copyWithZone:(NSZone *) zone; @end
@protocol NSCoding - (void) encodeWithCoder:(NSCoder *) aCoder; @end