commit | 2a48723686fe2cc814e7acd0fa61ee26ed660513 | [log] [tgz] |
---|---|---|
author | Tony Allevato <allevato@google.com> | Tue Oct 31 08:10:14 2017 -0700 |
committer | Tony Allevato <tony.allevato@gmail.com> | Tue Oct 31 08:10:44 2017 -0700 |
tree | 1048de688eb4be32d7588a8fd2d88033364b7f51 | |
parent | d7b90ef34d4e3f38d3c1b402452361fc7b5b1277 [diff] |
Fix another misspelled testonly
diff --git a/BUILD b/BUILD index c73e51f..592d48e 100644 --- a/BUILD +++ b/BUILD
@@ -11,6 +11,6 @@ "BUILD", "//lib:test_deps", ] + glob(["*.bzl"]), - test_only = True, + testonly = True, visibility = ["//visibility:public"], )