summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/runner/BUILD
diff options
context:
space:
mode:
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",
)