Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595818229
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Jan 4, 2024
1 parent 181bcee commit 7808d36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions upb/message/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ package upb_test;
import "google/protobuf/test_messages_proto3.proto";

message TestExtensions {
extensions 1000 to max;
extensions 1000 to max
[verification = UNVERIFIED];
extend TestExtensions {
optional int32 optional_int32_ext = 1000;
}
Expand All @@ -33,7 +34,8 @@ extend TestExtensions {
message TestMessageSet {
option message_set_wire_format = true;

extensions 4 to max;
extensions 4 to max
[verification = UNVERIFIED];
}

message MessageSetMember {
Expand Down

0 comments on commit 7808d36

Please sign in to comment.