Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674287182
  • Loading branch information
mkruskal-google authored and copybara-github committed Sep 13, 2024
1 parent 8130f39 commit 3f8544e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions editions/golden/editions_transform_proto2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ option features.repeated_field_encoding = EXPANDED;
option features.utf8_validation = NONE;
option java_api_version = 1;
option java_multiple_files = true;
option cc_enable_arenas = true;

message EmptyMessage {
}
Expand Down
1 change: 1 addition & 0 deletions editions/golden/test_messages_proto2_editions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ option objc_class_prefix = "EditionsProto2";

// This is the default, but we specify it here explicitly.
option optimize_for = SPEED;
option cc_enable_arenas = true;

// This proto includes every type of field in both singular and repeated
// forms.
Expand Down
1 change: 1 addition & 0 deletions editions/golden/test_messages_proto3_editions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ option objc_class_prefix = "EditionsProto3";

// This is the default, but we specify it here explicitly.
option optimize_for = SPEED;
option cc_enable_arenas = true;

// This proto includes every type of field in both singular and repeated
// forms.
Expand Down

0 comments on commit 3f8544e

Please sign in to comment.