diff options
Diffstat (limited to 'test/runtimes/proctor/lib/BUILD')
-rw-r--r-- | test/runtimes/proctor/lib/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/proctor/lib/BUILD b/test/runtimes/proctor/lib/BUILD index 0c8367dfe..f834f1b5a 100644 --- a/test/runtimes/proctor/lib/BUILD +++ b/test/runtimes/proctor/lib/BUILD @@ -13,6 +13,7 @@ go_library( "python.go", ], visibility = ["//test/runtimes/proctor:__pkg__"], + deps = ["@org_golang_x_sys//unix:go_default_library"], ) go_test( |