From ca428c1bc9c36f3a611669aa90cbda5224fc5041 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 5 Jan 2016 14:25:17 -0500 Subject: Have the tests rely on the autocreator behaviors. Incase developers look at the tests for examples, have them rely on the autocreators also. --- objectivec/Tests/GPBMessageTests+Runtime.m | 1 - 1 file changed, 1 deletion(-) (limited to 'objectivec/Tests/GPBMessageTests+Runtime.m') diff --git a/objectivec/Tests/GPBMessageTests+Runtime.m b/objectivec/Tests/GPBMessageTests+Runtime.m index e536bfec..5e197711 100644 --- a/objectivec/Tests/GPBMessageTests+Runtime.m +++ b/objectivec/Tests/GPBMessageTests+Runtime.m @@ -2074,7 +2074,6 @@ // Add an uninitialized message. TestRequired *subMsg = [[TestRequired alloc] init]; - msg.mapField = [GPBInt32ObjectDictionary dictionary]; [msg.mapField setObject:subMsg forKey:0]; XCTAssertFalse(msg.initialized); -- cgit v1.2.3