summaryrefslogtreecommitdiffhomepage
path: root/tools/go_generics/tests/anon/BUILD
blob: ef24f4b25a0f49a70311adbd0a96bd6f8e191b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load("//tools/go_generics/tests:defs.bzl", "go_generics_test")

go_generics_test(
    name = "anon",
    anon = True,
    inputs = ["input.go"],
    output = "output.go",
    suffix = "New",
    types = {
        "T": "Q",
    },
)

# @unused
glaze_ignore = [
    "input.go",
    "output.go",
]