2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-28 08:43:51 +00:00

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

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(