From 93882b6aa8fa362ac01e8b763a30e53da7eb0d74 Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 15 Apr 2014 16:44:42 +0900 Subject: [PATCH] [test] fix a wrong declaration of synthesize --- test/test/vendor/code/code.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test/vendor/code/code.m b/test/test/vendor/code/code.m index 925ccc08..f7feeaca 100644 --- a/test/test/vendor/code/code.m +++ b/test/test/vendor/code/code.m @@ -182,7 +182,7 @@ ReturnsIntBlock KreateGlobalBlock() /* Test for RM-468, RM-457 */ @implementation TestBoolType : NSObject -@synthesize value; +@synthesize value = _value; - (id)initWithBoolPtr:(BOOL*)ptr {