From d5fa2f5d711b81c5c0b7aecf97ce07ac2dd98b58 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 1 Dec 2020 08:20:00 -0800 Subject: [PATCH] Standardize on FIXTURE_TAGS, ensure all targets tagged. RELNOTES: None PiperOrigin-RevId: 345024048 --- test/fixtures/BUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/fixtures/BUILD b/test/fixtures/BUILD index ec39f3b2b..20f8c53cd 100644 --- a/test/fixtures/BUILD +++ b/test/fixtures/BUILD @@ -3,7 +3,5 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") bzl_library( name = "starlark_tests_bzls", srcs = glob(["*.bzl"]), - visibility = [ - "//test:__pkg__", - ], + visibility = ["//test:__pkg__"], )