aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/stub/exit_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/stub/exit_test.go')
-rw-r--r--container/stub/exit_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/stub/exit_test.go b/container/stub/exit_test.go
index 5d850759..e4c4f962 100644
--- a/container/stub/exit_test.go
+++ b/container/stub/exit_test.go
@@ -2,7 +2,7 @@ package stub_test
import (
"testing"
- _ "unsafe"
+ _ "unsafe" // for go:linkname
"hakurei.app/container/stub"
)