fix visibility of testdata for //test/cmd:legacy-script

This commit is contained in:
Benjamin Elder
2018-07-06 16:08:20 -07:00
parent 5114d4e0b0
commit ca79547e92
3 changed files with 3 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ sh_binary(
srcs = ["test-cmd.sh"],
deps = [
"//hack/lib",
"//test/cmd:all-srcs",
"//test/cmd:legacy-script",
],
)