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