aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/missing_enum_values.proto
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/protobuf/internal/missing_enum_values.proto')
-rw-r--r--python/google/protobuf/internal/missing_enum_values.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/google/protobuf/internal/missing_enum_values.proto b/python/google/protobuf/internal/missing_enum_values.proto
index 161fc5e1..1850be5b 100644
--- a/python/google/protobuf/internal/missing_enum_values.proto
+++ b/python/google/protobuf/internal/missing_enum_values.proto
@@ -50,3 +50,7 @@ message TestMissingEnumValues {
repeated NestedEnum repeated_nested_enum = 2;
repeated NestedEnum packed_nested_enum = 3 [packed = true];
}
+
+message JustString {
+ required string dummy = 1;
+}