aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/GPBMessageTests+Runtime.m
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-01-05 14:25:17 -0500
committerThomas Van Lenten <thomasvl@google.com>2016-01-05 14:25:17 -0500
commitca428c1bc9c36f3a611669aa90cbda5224fc5041 (patch)
tree2919699f152694274c99b9e61277d4bc9ca181f5 /objectivec/Tests/GPBMessageTests+Runtime.m
parent2f15b8f50c2b4d6aab5a836bdc75d0fa65ec1f05 (diff)
downloadprotobuf-ca428c1bc9c36f3a611669aa90cbda5224fc5041.tar.gz
protobuf-ca428c1bc9c36f3a611669aa90cbda5224fc5041.tar.bz2
protobuf-ca428c1bc9c36f3a611669aa90cbda5224fc5041.zip
Have the tests rely on the autocreator behaviors.
Incase developers look at the tests for examples, have them rely on the autocreators also.
Diffstat (limited to 'objectivec/Tests/GPBMessageTests+Runtime.m')
-rw-r--r--objectivec/Tests/GPBMessageTests+Runtime.m1
1 files changed, 0 insertions, 1 deletions
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);