summaryrefslogtreecommitdiffhomepage
path: root/tools/nogo/dump/BUILD
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-08-31 17:07:35 -0700
committerAndrei Vagin <avagin@gmail.com>2020-09-09 17:53:10 -0700
commitae2e5a38a5e7fb9035d4b1c959a98ef306788d89 (patch)
tree4099dbcfce92ef1b66f578bff160eb97adf36439 /tools/nogo/dump/BUILD
parent219fa4845f62baa670f047be198179846a4cb199 (diff)
Change nogo failures to test failures, instead of build failures.
PiperOrigin-RevId: 329408633
Diffstat (limited to 'tools/nogo/dump/BUILD')
-rw-r--r--tools/nogo/dump/BUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/nogo/dump/BUILD b/tools/nogo/dump/BUILD
deleted file mode 100644
index dfa29d651..000000000
--- a/tools/nogo/dump/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "dump",
- srcs = ["dump.go"],
- nogo = False,
- visibility = ["//tools:__subpackages__"],
-)