diff options
author | Andrei Vagin <avagin@google.com> | 2020-06-08 14:27:41 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-08 14:29:43 -0700 |
commit | 12f90947612bc5d1d7122871e8c7c1f6b9e4e303 (patch) | |
tree | d4d014ae1b3f152ef902d2b0a272bfb050ef0b3f /test/runtimes/proctor/BUILD | |
parent | ac37979ca8c3b09d70a3c9e4048683a3af87d189 (diff) |
test/runtimes/proctor: remove an unknown nocgo attribute from go_test rule
PiperOrigin-RevId: 315353408
Diffstat (limited to 'test/runtimes/proctor/BUILD')
-rw-r--r-- | test/runtimes/proctor/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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", ], |