test/runtimes/proctor: remove an unknown nocgo attribute from go_test rule

PiperOrigin-RevId: 315353408
This commit is contained in:
Andrei Vagin
2020-06-08 14:29:43 -07:00
committed by gVisor bot
parent ac37979ca8
commit 12f9094761
+1 -1
View File
@@ -21,7 +21,7 @@ go_test(
size = "small",
srcs = ["proctor_test.go"],
library = ":proctor",
nocgo = 1,
pure = True,
deps = [
"//pkg/test/testutil",
],