Skip to content

Commit 7318dd9

Browse files
l46kokcopybara-github
authored andcommitted
Remove unused test_java_proto package
PiperOrigin-RevId: 703607526
1 parent 6393554 commit 7318dd9

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

runtime/src/test/resources/BUILD.bazel

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,3 @@ filegroup(
99
name = "resources",
1010
srcs = glob(["*.baseline"]),
1111
)
12-
13-
java_proto_library(
14-
name = "test_java_proto",
15-
deps = [":test_proto"],
16-
)
17-
18-
proto_library(
19-
name = "test_proto",
20-
srcs = glob(["*.proto"]),
21-
deps = [
22-
"@com_google_protobuf//:any_proto",
23-
"@com_google_protobuf//:duration_proto",
24-
"@com_google_protobuf//:struct_proto",
25-
"@com_google_protobuf//:timestamp_proto",
26-
"@com_google_protobuf//:wrappers_proto",
27-
],
28-
)

runtime/testdata/BUILD.bazel

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ package(
44
default_visibility = ["//visibility:public"],
55
)
66

7-
alias(
8-
name = "test_java_proto",
9-
actual = "//runtime/src/test/resources:test_java_proto",
10-
)
11-
127
alias(
138
name = "testdata",
149
actual = "//runtime/src/test/resources",

0 commit comments

Comments
 (0)