Skip to content

Commit

Permalink
testing/prototest: add extension and required editions messages
Browse files Browse the repository at this point in the history
Change-Id: I4abe9f7f8ac511845cecf4ab377b2441639dba90
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/565976
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
Auto-Submit: Lasse Folger <lassefolger@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
lfolger authored and gopherbot committed Feb 22, 2024
1 parent da0e663 commit 08a11b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/prototest/prototest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func Test(t *testing.T) {
(*testpb.TestRequired)(nil),
(*irregularpb.Message)(nil),
(*testpb.TestAllExtensions)(nil),
(*testeditionspb.TestAllExtensions)(nil),
(*legacypb.Legacy)(nil),
protoimpl.X.MessageOf((*legacy1pb.Message)(nil)).Interface(),
}
Expand Down

0 comments on commit 08a11b3

Please sign in to comment.