Skip to content

Commit

Permalink
Sync from Piper @475378801
Browse files Browse the repository at this point in the history
PROTOBUF_SYNC_PIPER
  • Loading branch information
mkruskal-google committed Sep 23, 2022
1 parent c8cdfa5 commit f9788da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/protobuf/unittest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ message TestMixedFieldsAndExtensions {
message TestGroup {
optional group OptionalGroup = 16 {
optional int32 a = 17;
optional int32 zz = 89; // fast table size must be at least 16, for this
// field to be parsed by the fast parser, since
// 89 - 17 = 72 is a multiple of 8.
}
optional ForeignEnum optional_foreign_enum = 22;
}
Expand Down

0 comments on commit f9788da

Please sign in to comment.