summaryrefslogtreecommitdiff
path: root/test/Rewriter/method-encoding-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/method-encoding-1.m')
-rw-r--r--test/Rewriter/method-encoding-1.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Rewriter/method-encoding-1.m b/test/Rewriter/method-encoding-1.m
index 25dccbf75084..05df60291e02 100644
--- a/test/Rewriter/method-encoding-1.m
+++ b/test/Rewriter/method-encoding-1.m
@@ -11,8 +11,8 @@
@end
@implementation Intf
-- (char *) MyMeth : (double) arg1 : (char *[12]) arg2{}
+- (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; }
- (void) MyProtoMeth : (int **) arg1 : (void*) arg2 {}
+ (void) MyProtoMeth : (int **) arg1 : (void*) arg2 {}
-- (id) address:(void *)location with:(unsigned **)arg2{}
+- (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
@end