aboutsummaryrefslogtreecommitdiff
path: root/test/Rewriter/properties.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/properties.m')
-rw-r--r--test/Rewriter/properties.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/properties.m b/test/Rewriter/properties.m
index 89177d7e64..ca4a199cc6 100644
--- a/test/Rewriter/properties.m
+++ b/test/Rewriter/properties.m
@@ -38,7 +38,7 @@ void *sel_registerName(const char *);
@implementation Bar
-static int func(int i);
+static int func(int i) { return 0; }
- (void)baz {
Foo *obj1, *obj2;