aboutsummaryrefslogtreecommitdiff
path: root/src/testing/synctest
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/synctest')
-rw-r--r--src/testing/synctest/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/synctest/run.go b/src/testing/synctest/run.go
index c97a53fb80..2e668ab863 100644
--- a/src/testing/synctest/run.go
+++ b/src/testing/synctest/run.go
@@ -10,7 +10,7 @@ import "internal/synctest"
// Run is deprecated.
//
-// Deprecated: Use Test instead.
+// Deprecated: Use Test instead. Run will be removed in Go 1.26.
func Run(f func()) {
synctest.Run(f)
}