aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/GPBMessageTests+Runtime.m
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-01-05 14:50:34 -0500
committerThomas Van Lenten <thomasvl@google.com>2016-01-05 14:50:34 -0500
commitd7183b0abd57ab9492f328768668335469c4695f (patch)
tree2919699f152694274c99b9e61277d4bc9ca181f5 /objectivec/Tests/GPBMessageTests+Runtime.m
parent2f15b8f50c2b4d6aab5a836bdc75d0fa65ec1f05 (diff)
parentca428c1bc9c36f3a611669aa90cbda5224fc5041 (diff)
downloadprotobuf-d7183b0abd57ab9492f328768668335469c4695f.tar.gz
protobuf-d7183b0abd57ab9492f328768668335469c4695f.tar.bz2
protobuf-d7183b0abd57ab9492f328768668335469c4695f.zip
Merge pull request #1091 from thomasvl/objc_tests_use_autocreators
Have the tests rely on the autocreator behaviors.
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);