aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/stub
diff options
context:
space:
mode:
Diffstat (limited to 'container/stub')
-rw-r--r--container/stub/exit_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/container/stub/exit_test.go b/container/stub/exit_test.go
index e4c4f962..3e71c580 100644
--- a/container/stub/exit_test.go
+++ b/container/stub/exit_test.go
@@ -7,8 +7,10 @@ import (
"hakurei.app/container/stub"
)
+// Made available here to check panic recovery behaviour.
+//
//go:linkname handleExitNew hakurei.app/container/stub.handleExitNew
-func handleExitNew(_ testing.TB)
+func handleExitNew(t testing.TB)
// overrideTFailNow overrides the Fail and FailNow method.
type overrideTFailNow struct {