diff options
Diffstat (limited to 'tools/checklinkname/test/BUILD')
-rw-r--r-- | tools/checklinkname/test/BUILD | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/checklinkname/test/BUILD b/tools/checklinkname/test/BUILD deleted file mode 100644 index b29bd84f2..000000000 --- a/tools/checklinkname/test/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -load("//tools:defs.bzl", "go_library") - -package(licenses = ["notice"]) - -go_library( - name = "test", - testonly = 1, - srcs = ["test_unsafe.go"], -) |