Internal change.

PiperOrigin-RevId: 310001058
This commit is contained in:
gVisor bot 2020-05-05 12:41:59 -07:00
parent faf89dd31a
commit e5d9e7c3b2
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ go_test(
size = "small",
srcs = ["proctor_test.go"],
library = ":proctor",
nocgo = 1,
deps = [
"//pkg/test/testutil",
],