diff options
Diffstat (limited to 'tools/checklocks/test/BUILD')
-rw-r--r-- | tools/checklocks/test/BUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tools/checklocks/test/BUILD b/tools/checklocks/test/BUILD deleted file mode 100644 index 21a68fbdf..000000000 --- a/tools/checklocks/test/BUILD +++ /dev/null @@ -1,30 +0,0 @@ -load("//tools:defs.bzl", "go_library") - -package(licenses = ["notice"]) - -go_library( - name = "test", - srcs = [ - "aliases.go", - "alignment.go", - "anon.go", - "atomics.go", - "basics.go", - "branches.go", - "closures.go", - "defer.go", - "globals.go", - "incompat.go", - "inferred.go", - "locker.go", - "methods.go", - "parameters.go", - "return.go", - "rwmutex.go", - "test.go", - ], - # This ensures that there are no dependencies, since we want to explicitly - # control expected failures for analysis. - marshal = False, - stateify = False, -) |