Add editions-specific required fields to the required fields allow-list.

PiperOrigin-RevId: 629433997
pull/16649/head
Protobuf Team Bot 2024-04-30 09:14:59 -07:00 committed by Copybara-Service
parent 54e2553abe
commit 2c246484d3
1 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,7 @@ upb_proto_reflection_library(
deps = ["test_messages_proto3_editions_proto"],
)
# Export these for conformance tests for ruby codegen.
# Export these for conformance tests for ruby and C# codegen.
exports_files(
[
"golden/test_messages_proto2_editions.proto",
@ -268,6 +268,7 @@ exports_files(
],
visibility = [
"//ruby:__pkg__",
"//src/google/protobuf/csharp:__pkg__",
],
)