From 975e852801345a1c836084fb586705054b01259e Mon Sep 17 00:00:00 2001 From: Tony Allevato Date: Tue, 31 Oct 2017 07:02:01 -0700 Subject: [PATCH] Fix misspelled testonly attribute --- lib/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BUILD b/lib/BUILD index 4b63ce4..fd30053 100644 --- a/lib/BUILD +++ b/lib/BUILD @@ -3,6 +3,6 @@ licenses(["notice"]) filegroup( name = "test_deps", srcs = ["BUILD"] + glob(["*.bzl"]), - test_only = True, + testonly = True, visibility = ["//visibility:public"], )