summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/protocols.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/protocols.m')
-rw-r--r--test/CodeGenObjC/protocols.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/protocols.m b/test/CodeGenObjC/protocols.m
index 6dadb11273dca..31965e1711899 100644
--- a/test/CodeGenObjC/protocols.m
+++ b/test/CodeGenObjC/protocols.m
@@ -7,7 +7,8 @@ void p(const char*, ...);
-(int) conformsTo: (id) x;
@end
-@protocol P0;
+@protocol P0
+@end
@protocol P1
+(void) classMethodReq0;