diff options
Diffstat (limited to 'pkg/refs/refcounter_test.go')
-rw-r--r-- | pkg/refs/refcounter_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/refs/refcounter_test.go b/pkg/refs/refcounter_test.go index ffd3d3f07..1ab4a4440 100644 --- a/pkg/refs/refcounter_test.go +++ b/pkg/refs/refcounter_test.go @@ -16,8 +16,9 @@ package refs import ( "reflect" - "sync" "testing" + + "gvisor.dev/gvisor/pkg/sync" ) type testCounter struct { |