diff options
Diffstat (limited to 'pkg/procid/procid_test.go')
-rw-r--r-- | pkg/procid/procid_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/procid/procid_test.go b/pkg/procid/procid_test.go index 88dd0b3ae..9ec08c3d6 100644 --- a/pkg/procid/procid_test.go +++ b/pkg/procid/procid_test.go @@ -17,9 +17,10 @@ package procid import ( "os" "runtime" - "sync" "syscall" "testing" + + "gvisor.dev/gvisor/pkg/sync" ) // runOnMain is used to send functions to run on the main (initial) thread. |