diff --git a/src/testing/testing.go b/src/testing/testing.go index 1f701e0b21..ec2d864822 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -295,9 +295,6 @@ // } // } // -// The race detector kills the program if it exceeds 8128 concurrent goroutines, -// so use care when running parallel tests with the -race flag set. -// // Run does not return until parallel subtests have completed, providing a way // to clean up after a group of parallel tests: //