aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/factory_test1.proto
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/protobuf/internal/factory_test1.proto')
-rw-r--r--python/google/protobuf/internal/factory_test1.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/google/protobuf/internal/factory_test1.proto b/python/google/protobuf/internal/factory_test1.proto
index 9f55e037..03dcb2ca 100644
--- a/python/google/protobuf/internal/factory_test1.proto
+++ b/python/google/protobuf/internal/factory_test1.proto
@@ -52,4 +52,6 @@ message Factory1Message {
optional NestedFactory1Message nested_factory_1_message = 3;
optional int32 scalar_value = 4;
repeated string list_value = 5;
+
+ extensions 1000 to max;
}