aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/factory_test2.proto
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/protobuf/internal/factory_test2.proto')
-rw-r--r--python/google/protobuf/internal/factory_test2.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/google/protobuf/internal/factory_test2.proto b/python/google/protobuf/internal/factory_test2.proto
index bb1b54ad..5fcbc5ac 100644
--- a/python/google/protobuf/internal/factory_test2.proto
+++ b/python/google/protobuf/internal/factory_test2.proto
@@ -97,3 +97,8 @@ message MessageWithNestedEnumOnly {
extend Factory1Message {
optional string another_field = 1002;
}
+
+message MessageWithOption {
+ option no_standard_descriptor_accessor = true;
+ optional int32 field1 = 1;
+}