aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/GPBWireFormatTests.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/GPBWireFormatTests.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/GPBWireFormatTests.m')
-rw-r--r--objectivec/Tests/GPBWireFormatTests.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/objectivec/Tests/GPBWireFormatTests.m b/objectivec/Tests/GPBWireFormatTests.m
index 3fab20b7..2a406f11 100644
--- a/objectivec/Tests/GPBWireFormatTests.m
+++ b/objectivec/Tests/GPBWireFormatTests.m
@@ -190,7 +190,6 @@ const int kUnknownTypeId = 1550055;
TestMessageSetExtension1* message = [TestMessageSetExtension1 message];
message.i = 123;
item.message = [message data];
- raw.itemArray = [NSMutableArray array];
[raw.itemArray addObject:item];
}