[test] fix a wrong declaration of synthesize

This commit is contained in:
Watson
2014-04-15 16:44:42 +09:00
parent d59198a0c4
commit 93882b6aa8

View File

@@ -182,7 +182,7 @@ ReturnsIntBlock KreateGlobalBlock()
/* Test for RM-468, RM-457 */
@implementation TestBoolType : NSObject
@synthesize value;
@synthesize value = _value;
- (id)initWithBoolPtr:(BOOL*)ptr
{