Fix misspelled testonly attribute

This commit is contained in:
Tony Allevato 2017-10-31 07:02:01 -07:00 committed by Tony Allevato
parent 82b3ad6e9e
commit 975e852801
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ licenses(["notice"])
filegroup(
name = "test_deps",
srcs = ["BUILD"] + glob(["*.bzl"]),
test_only = True,
testonly = True,
visibility = ["//visibility:public"],
)