aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/bash/runfiles/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/bash/runfiles/BUILD b/tools/bash/runfiles/BUILD
index ed2d30fdb8..adec4cef86 100644
--- a/tools/bash/runfiles/BUILD
+++ b/tools/bash/runfiles/BUILD
@@ -25,9 +25,6 @@ sh_library(
name = "runfiles_lib",
testonly = 1,
srcs = ["runfiles.bash"],
- # TODO(laszlocsomor): remove this visibility after the tests under
- # //src/test/shell/... depend on @bazel_tools//tools/bash/runfiles
- visibility = ["//src/test/shell:__subpackages__"],
)
sh_test(