Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Standardize on FIXTURE_TAGS, ensure all targets tagged.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 345024048
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Dec 1, 2020
1 parent 575b819 commit d5fa2f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/fixtures/BUILD
Expand Up @@ -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__"],
)

0 comments on commit d5fa2f5

Please sign in to comment.