From 12f90947612bc5d1d7122871e8c7c1f6b9e4e303 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Mon, 8 Jun 2020 14:27:41 -0700 Subject: test/runtimes/proctor: remove an unknown nocgo attribute from go_test rule PiperOrigin-RevId: 315353408 --- test/runtimes/proctor/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/runtimes/proctor/BUILD') diff --git a/test/runtimes/proctor/BUILD b/test/runtimes/proctor/BUILD index da1e331e1..f76e2ddc0 100644 --- a/test/runtimes/proctor/BUILD +++ b/test/runtimes/proctor/BUILD @@ -21,7 +21,7 @@ go_test( size = "small", srcs = ["proctor_test.go"], library = ":proctor", - nocgo = 1, + pure = True, deps = [ "//pkg/test/testutil", ], -- cgit v1.2.3