Index: third_party/protobuf/objectivec/Tests/GPBWireFormatTests.m |
diff --git a/third_party/protobuf/objectivec/Tests/GPBWireFormatTests.m b/third_party/protobuf/objectivec/Tests/GPBWireFormatTests.m |
index 3fab20b7ffb4d20f110329368cc6f55851184e10..2a406f11fd398ffc67dbfec4f5e688cde19abbe9 100644 |
--- a/third_party/protobuf/objectivec/Tests/GPBWireFormatTests.m |
+++ b/third_party/protobuf/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]; |
} |