diff options
Diffstat (limited to 'test/runtimes/python/BUILD')
-rw-r--r-- | test/runtimes/python/BUILD | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/runtimes/python/BUILD b/test/runtimes/python/BUILD deleted file mode 100644 index 501f77d63..000000000 --- a/test/runtimes/python/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -load("@io_bazel_rules_go//go:def.bzl", "go_binary") - -package(licenses = ["notice"]) - -go_binary( - name = "proctor-python", - srcs = ["proctor-python.go"], -) |