No need to list visibility that matches the default.

This commit is contained in:
Thomas Van Lenten 2018-07-27 12:44:00 -04:00
parent 6301f974f0
commit 7490380c6b
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ filegroup(
name = "test_deps", name = "test_deps",
testonly = True, testonly = True,
srcs = ["BUILD"] + glob(["*.bzl"]), srcs = ["BUILD"] + glob(["*.bzl"]),
visibility = ["//visibility:public"],
) )
skylark_library( skylark_library(