mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Ensure the stars for all pointers belong to the variable rather than the type. Refs #614
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
|
||||
- (void)testShouldParseEmptyResults
|
||||
{
|
||||
NSError* error = nil;
|
||||
RKJSONParserJSONKit* parser = [[RKJSONParserJSONKit new] autorelease];
|
||||
NSError *error = nil;
|
||||
RKJSONParserJSONKit *parser = [[RKJSONParserJSONKit new] autorelease];
|
||||
id parsingResult = [parser objectFromString:nil error:&error];
|
||||
assertThat(parsingResult, is(equalTo(nil)));
|
||||
assertThat(error, is(equalTo(nil)));
|
||||
|
||||
Reference in New Issue
Block a user