Index: third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto |
diff --git a/third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto b/third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto |
index 2cb7775ccfbeaeeba6633672587de5d47fa82634..c90752440b2864e4fb84e9bc9f3e3fb76c30e888 100644 |
--- a/third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto |
+++ b/third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto |
@@ -39,6 +39,8 @@ message TestWellKnownTypes { |
google.protobuf.BoolValue bool_field = 16; |
google.protobuf.StringValue string_field = 17; |
google.protobuf.BytesValue bytes_field = 18; |
+ // Part of struct, but useful to be able to test separately |
+ google.protobuf.Value value_field = 19; |
} |
// A repeated field for each well-known type. |