mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
[test] fix a wrong declaration of synthesize
This commit is contained in:
2
test/test/vendor/code/code.m
vendored
2
test/test/vendor/code/code.m
vendored
@@ -182,7 +182,7 @@ ReturnsIntBlock KreateGlobalBlock()
|
||||
|
||||
/* Test for RM-468, RM-457 */
|
||||
@implementation TestBoolType : NSObject
|
||||
@synthesize value;
|
||||
@synthesize value = _value;
|
||||
|
||||
- (id)initWithBoolPtr:(BOOL*)ptr
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user