| Index: third_party/protobuf/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto | 
| diff --git a/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto b/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto | 
| index 2367bd8bd013690cd0703573969ac5b89a36d28e..8f3ca8c61057973f1b9ec11d931ac33f55a447dd 100644 | 
| --- a/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto | 
| +++ b/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto | 
| @@ -36,6 +36,7 @@ import "google/protobuf/unittest.proto"; | 
|  | 
| option java_package = "com.google.protobuf"; | 
| option java_outer_classname = "FieldPresenceTestProto"; | 
| +option java_generate_equals_and_hash = true; | 
|  | 
| message TestAllTypes { | 
| enum NestedEnum { | 
| @@ -53,7 +54,6 @@ message TestAllTypes { | 
| NestedEnum optional_nested_enum = 4; | 
| NestedMessage optional_nested_message = 5; | 
| protobuf_unittest.TestRequired optional_proto2_message = 6; | 
| -  NestedMessage optional_lazy_message = 7 [lazy=true]; | 
|  | 
| oneof oneof_field { | 
| int32 oneof_int32 = 11; | 
| @@ -81,7 +81,6 @@ message TestOptionalFieldsOnly { | 
| TestAllTypes.NestedEnum optional_nested_enum = 4; | 
| TestAllTypes.NestedMessage optional_nested_message = 5; | 
| protobuf_unittest.TestRequired optional_proto2_message = 6; | 
| -  TestAllTypes.NestedMessage optional_lazy_message = 7 [lazy=true]; | 
| } | 
|  | 
| message TestRepeatedFieldsOnly { | 
|  |