aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-method-lookup-impl.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-method-lookup-impl.m')
-rw-r--r--test/SemaObjC/property-method-lookup-impl.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/SemaObjC/property-method-lookup-impl.m b/test/SemaObjC/property-method-lookup-impl.m
index ed7e9bcd4315..295bba524009 100644
--- a/test/SemaObjC/property-method-lookup-impl.m
+++ b/test/SemaObjC/property-method-lookup-impl.m
@@ -8,9 +8,7 @@
@implementation SSyncCEList
-- (id) list
-{
-}
+- (id) list { return 0; }
@end
@interface SSyncConflictList : SSyncCEList