aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests/unittest_runtime_proto2.proto
diff options
context:
space:
mode:
Diffstat (limited to 'objectivec/Tests/unittest_runtime_proto2.proto')
-rw-r--r--objectivec/Tests/unittest_runtime_proto2.proto5
1 files changed, 2 insertions, 3 deletions
diff --git a/objectivec/Tests/unittest_runtime_proto2.proto b/objectivec/Tests/unittest_runtime_proto2.proto
index 12a2da68..ed835020 100644
--- a/objectivec/Tests/unittest_runtime_proto2.proto
+++ b/objectivec/Tests/unittest_runtime_proto2.proto
@@ -78,9 +78,8 @@ message Message2 {
repeated group RepeatedGroup = 46 {
optional int32 a = 47;
}
- repeated Message2 repeated_message = 48;
- repeated Enum repeated_enum = 49;
- repeated Enum repeated_packed_enum = 50 [packed=true];
+ repeated Message2 repeated_message = 48;
+ repeated Enum repeated_enum = 49;
oneof o {
int32 oneof_int32 = 51 [default = 100];