From 64560dd74f5494e8cd0ac80904a13889f83e526f Mon Sep 17 00:00:00 2001 From: laszlocsomor Date: Fri, 27 Jul 2018 07:04:22 -0700 Subject: shell tests: use Bazel-embedded Bash runfiles lib Use the Bash runfiles library under @bazel_tools, do not depend on it from source. RELNOTES: none PiperOrigin-RevId: 206312278 --- tools/bash/runfiles/BUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') 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( -- cgit v1.2.3