mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-28 08:43:51 +00:00
Fix misspelled testonly attribute
This commit is contained in:
parent
82b3ad6e9e
commit
975e852801
|
@ -3,6 +3,6 @@ licenses(["notice"])
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "test_deps",
|
name = "test_deps",
|
||||||
srcs = ["BUILD"] + glob(["*.bzl"]),
|
srcs = ["BUILD"] + glob(["*.bzl"]),
|
||||||
test_only = True,
|
testonly = True,
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue