summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/java/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtimes/java/BUILD')
-rw-r--r--test/runtimes/java/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/runtimes/java/BUILD b/test/runtimes/java/BUILD
deleted file mode 100644
index 8c39d39ec..000000000
--- a/test/runtimes/java/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_binary")
-
-package(licenses = ["notice"])
-
-go_binary(
- name = "proctor-java",
- srcs = ["proctor-java.go"],
- deps = ["//test/runtimes/common"],
-)