aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell')
-rw-r--r--src/test/shell/bazel/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 26b92f3059..2d7863149b 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -13,7 +13,7 @@ filegroup(
genrule(
name = "langtools-copy",
testonly = 1,
- srcs = ["//third_party/java/jdk/langtools:javac_jar-9-dev-r4023-1"],
+ srcs = ["//third_party/java/jdk/langtools:javac_jar"],
outs = ["langtools.jar"],
cmd = "cp $< $@",
)
@@ -39,7 +39,7 @@ filegroup(
"//src/test/shell:testenv.sh",
"//third_party:srcs",
"//third_party/ijar",
- "//third_party/java/jdk/langtools:test-srcs-9-dev-r4023-1",
+ "//third_party/java/jdk/langtools:test-srcs",
"//tools:srcs",
"@local_jdk//:bootclasspath",
# TODO(cushon): migrate to extclasspath and delete