aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/protocol-implementation-inherited.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/protocol-implementation-inherited.m')
-rw-r--r--test/SemaObjC/protocol-implementation-inherited.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-implementation-inherited.m b/test/SemaObjC/protocol-implementation-inherited.m
index 1aace211c844..55b92ae6684a 100644
--- a/test/SemaObjC/protocol-implementation-inherited.m
+++ b/test/SemaObjC/protocol-implementation-inherited.m
@@ -26,7 +26,7 @@
@end
@implementation B1
--foo {};
+-foo { return 0; };
@end
// Interface conforms to a protocol whose methods are provided by an