aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/runfiles/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/runfiles/BUILD')
-rw-r--r--src/tools/runfiles/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/runfiles/BUILD b/src/tools/runfiles/BUILD
index 6504fb8bc0..3627e4330d 100644
--- a/src/tools/runfiles/BUILD
+++ b/src/tools/runfiles/BUILD
@@ -26,8 +26,6 @@ sh_test(
name = "runfiles_sh_test",
srcs = select({
"//src/conditions:windows": ["runfiles_windows_test.sh"],
- "//src/conditions:windows_msys": ["runfiles_windows_test.sh"],
- "//src/conditions:windows_msvc": ["runfiles_windows_test.sh"],
"//conditions:default": ["runfiles_posix_test.sh"],
}),
deps = [":runfiles_sh_lib"],