summaryrefslogtreecommitdiffhomepage
path: root/tools/go_generics/tests/anon/BUILD
blob: 1890f2817dae4c9ce3c3040c8994faa80b0ef398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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",
    },
)