summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/proctor/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtimes/proctor/BUILD')
-rw-r--r--test/runtimes/proctor/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/runtimes/proctor/BUILD b/test/runtimes/proctor/BUILD
deleted file mode 100644
index b4a9b12de..000000000
--- a/test/runtimes/proctor/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-load("//tools:defs.bzl", "go_binary")
-
-package(licenses = ["notice"])
-
-go_binary(
- name = "proctor",
- srcs = ["main.go"],
- pure = True,
- visibility = ["//test/runtimes:__pkg__"],
- deps = [
- "//test/runtimes/proctor/lib",
- "@org_golang_x_sys//unix:go_default_library",
- ],
-)