aboutsummaryrefslogtreecommitdiff
path: root/test/escape_runtime_atomic.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/escape_runtime_atomic.go')
-rw-r--r--test/escape_runtime_atomic.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/escape_runtime_atomic.go b/test/escape_runtime_atomic.go
index 30d1d0c0c1..39fd13d62b 100644
--- a/test/escape_runtime_atomic.go
+++ b/test/escape_runtime_atomic.go
@@ -4,12 +4,12 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Test escape analysis for runtime/internal/atomic.
+// Test escape analysis for internal/runtime/atomic.
package escape
import (
- "runtime/internal/atomic"
+ "internal/runtime/atomic"
"unsafe"
)