From: Fariborz Jahanian Date: Fri, 6 Nov 2009 22:15:27 +0000 (+0000) Subject: Make fragile-abi test run happy. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a389b630d8dce716c036b6e8bf7703726f75548;p=clang 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 6d6b3827d7..bc88e33e37 100644 --- a/test/Parser/objc-init.m +++ b/test/Parser/objc-init.m @@ -52,7 +52,7 @@ void test5(NSNumber *x) { { id i; } - @synthesize window; + @synthesize window=i; @end