From 885605c5e412f9ced42766094368c86be1002cff Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 15 Jun 2020 13:34:33 -0700 Subject: Remove blacklist from //test/runtimes Updates #2972 PiperOrigin-RevId: 316534165 --- test/runtimes/runner/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/runtimes/runner/BUILD') 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", ) -- cgit v1.2.3