We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f9511 commit 404afccCopy full SHA for 404afcc
1 file changed
conformance/test_protos/BUILD
@@ -114,18 +114,17 @@ internal_objc_proto_library(
114
srcs = [":test_messages_edition2023.proto"],
115
)
116
117
+internal_objc_proto_library(
118
+ name = "test_messages_edition_unstable_objc_proto",
119
+ srcs = [":test_messages_edition_unstable.proto"],
120
+)
121
+
122
internal_ruby_proto_library(
123
name = "test_messages_edition2023_ruby_proto",
124
srcs = ["test_messages_edition2023.proto"],
125
126
127
128
name = "test_messages_edition_unstable_ruby_proto",
- testonly = True,
- srcs = [":copied_test_messages_edition_unstable_proto"],
-)
-
-internal_objc_proto_library(
129
- name = "test_messages_edition_unstable_objc_proto",
130
srcs = [":test_messages_edition_unstable.proto"],
131
0 commit comments