aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/unittest_proto3_arena.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_proto3_arena.proto')
-rw-r--r--src/google/protobuf/unittest_proto3_arena.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/unittest_proto3_arena.proto b/src/google/protobuf/unittest_proto3_arena.proto
index 9375d85a..ea88ec90 100644
--- a/src/google/protobuf/unittest_proto3_arena.proto
+++ b/src/google/protobuf/unittest_proto3_arena.proto
@@ -187,6 +187,7 @@ message TestUnpackedTypes {
message NestedTestAllTypes {
NestedTestAllTypes child = 1;
TestAllTypes payload = 2;
+ repeated NestedTestAllTypes repeated_child = 3;
}
// Define these after TestAllTypes to make sure the compiler can handle
@@ -205,4 +206,3 @@ enum ForeignEnum {
// TestEmptyMessage is used to test behavior of unknown fields.
message TestEmptyMessage {
}
-