Fix another misspelled testonly

This commit is contained in:
Tony Allevato 2017-10-31 08:10:14 -07:00 committed by Tony Allevato
parent d7b90ef34d
commit 2a48723686
1 changed files with 1 additions and 1 deletions

2
BUILD
View File

@ -11,6 +11,6 @@ filegroup(
"BUILD",
"//lib:test_deps",
] + glob(["*.bzl"]),
test_only = True,
testonly = True,
visibility = ["//visibility:public"],
)