summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/test/external/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go_marshal/test/external/BUILD')
-rw-r--r--tools/go_marshal/test/external/BUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/go_marshal/test/external/BUILD b/tools/go_marshal/test/external/BUILD
deleted file mode 100644
index 0cf6da603..000000000
--- a/tools/go_marshal/test/external/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-licenses(["notice"])
-
-go_library(
- name = "external",
- testonly = 1,
- srcs = ["external.go"],
- marshal = True,
- visibility = ["//tools/go_marshal/test:gomarshal_test"],
-)