summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/runner/BUILD
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2020-06-15 13:34:33 -0700
committergVisor bot <gvisor-bot@google.com>2020-06-15 13:36:24 -0700
commit885605c5e412f9ced42766094368c86be1002cff (patch)
tree86b4ae8c4760406cb3aaad92092e1b8fa605ceb4 /test/runtimes/runner/BUILD
parenteb6d3d7710946c39d0ffb6e0a6307e0c2f3bd135 (diff)
Remove blacklist from //test/runtimes
Updates #2972 PiperOrigin-RevId: 316534165
Diffstat (limited to 'test/runtimes/runner/BUILD')
-rw-r--r--test/runtimes/runner/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtimes/runner/BUILD b/test/runtimes/runner/BUILD
index 63924b9c5..3972244b9 100644
--- a/test/runtimes/runner/BUILD
+++ b/test/runtimes/runner/BUILD
@@ -14,8 +14,8 @@ go_binary(
)
go_test(
- name = "blacklist_test",
+ name = "exclude_test",
size = "small",
- srcs = ["blacklist_test.go"],
+ srcs = ["exclude_test.go"],
library = ":runner",
)