summaryrefslogtreecommitdiffhomepage
path: root/pkg/tmutex/tmutex_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tmutex/tmutex_test.go')
-rw-r--r--pkg/tmutex/tmutex_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/tmutex/tmutex_test.go b/pkg/tmutex/tmutex_test.go
index ce34c7962..05540696a 100644
--- a/pkg/tmutex/tmutex_test.go
+++ b/pkg/tmutex/tmutex_test.go
@@ -17,10 +17,11 @@ package tmutex
import (
"fmt"
"runtime"
- "sync"
"sync/atomic"
"testing"
"time"
+
+ "gvisor.dev/gvisor/pkg/sync"
)
func TestBasicLock(t *testing.T) {