diff options
Diffstat (limited to 'third_party/gvsync/seqatomictest/seqatomic_test.go')
-rw-r--r-- | third_party/gvsync/seqatomictest/seqatomic_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gvsync/seqatomictest/seqatomic_test.go b/third_party/gvsync/seqatomictest/seqatomic_test.go index 2da73cf96..a5447f589 100644 --- a/third_party/gvsync/seqatomictest/seqatomic_test.go +++ b/third_party/gvsync/seqatomictest/seqatomic_test.go @@ -19,7 +19,7 @@ import ( "testing" "time" - "gvisor.googlesource.com/gvisor/third_party/gvsync" + "gvisor.dev/gvisor/third_party/gvsync" ) func TestSeqAtomicLoadUncontended(t *testing.T) { |