Skip to content

Commit 404afcc

Browse files
committed
removing unneed deps
1 parent 12f9511 commit 404afcc

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • conformance/test_protos

conformance/test_protos/BUILD

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,17 @@ internal_objc_proto_library(
114114
srcs = [":test_messages_edition2023.proto"],
115115
)
116116

117+
internal_objc_proto_library(
118+
name = "test_messages_edition_unstable_objc_proto",
119+
srcs = [":test_messages_edition_unstable.proto"],
120+
)
121+
117122
internal_ruby_proto_library(
118123
name = "test_messages_edition2023_ruby_proto",
119124
srcs = ["test_messages_edition2023.proto"],
120125
)
121126

122127
internal_ruby_proto_library(
123128
name = "test_messages_edition_unstable_ruby_proto",
124-
testonly = True,
125-
srcs = [":copied_test_messages_edition_unstable_proto"],
126-
)
127-
128-
internal_objc_proto_library(
129-
name = "test_messages_edition_unstable_objc_proto",
130129
srcs = [":test_messages_edition_unstable.proto"],
131130
)

0 commit comments

Comments
 (0)