diff options
Diffstat (limited to 'test/SemaObjC/protocol-archane.m')
-rw-r--r-- | test/SemaObjC/protocol-archane.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SemaObjC/protocol-archane.m b/test/SemaObjC/protocol-archane.m index 3e70c05096524..05f5103178f2b 100644 --- a/test/SemaObjC/protocol-archane.m +++ b/test/SemaObjC/protocol-archane.m @@ -28,8 +28,7 @@ typedef int NotAnObjCObjectType; // GCC doesn't diagnose this. NotAnObjCObjectType <SomeProtocol> *obj; // expected-error {{invalid protocol qualifiers on non-ObjC type}} -// Decided not to support the following GCC extension. Found while researching rdar://6497631 typedef struct objc_class *Class; -Class <SomeProtocol> UnfortunateGCCExtension; // expected-error {{protocol qualified 'Class' is unsupported}} +Class <SomeProtocol> UnfortunateGCCExtension; |