Make fragile-abi test run happy.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86293 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Parser/objc-init.m b/test/Parser/objc-init.m
index 6d6b382..bc88e33 100644
--- a/test/Parser/objc-init.m
+++ b/test/Parser/objc-init.m
@@ -52,7 +52,7 @@
 {
   id i;
 }
-  @synthesize window;
+  @synthesize window=i;
 @end