summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/runtimes/go/BUILD
diff options
context:
space:
mode:
authorSamantha Sample <samsample@google.com>2019-07-29 14:15:51 -0700
committergVisor bot <gvisor-bot@google.com>2019-07-29 14:17:11 -0700
commit8e8b6096116eb490b438a53061195f737d4eca8b (patch)
treeee0af6ddec5c18483fe2bc783382b62760e751ee /runsc/test/runtimes/go/BUILD
parent09be87bbee1e4338b488f22199d0f079ffec8d0e (diff)
Move runtimes tests to appropriate directory.
PiperOrigin-RevId: 260577765
Diffstat (limited to 'runsc/test/runtimes/go/BUILD')
-rw-r--r--runsc/test/runtimes/go/BUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/runsc/test/runtimes/go/BUILD b/runsc/test/runtimes/go/BUILD
deleted file mode 100644
index c34f49ea6..000000000
--- a/runsc/test/runtimes/go/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_binary")
-
-package(licenses = ["notice"])
-
-go_binary(
- name = "proctor-go",
- srcs = ["proctor-go.go"],
-)