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) }