It's enabled by default, and redundant. It'll just break when we remove
the GOEXPERIMENT.
Change-Id: Ic6e6a04fc2fe59b3632788c4505dd8f5305813da
Reviewed-on: https://go-review.googlesource.com/c/go/+/726523
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
cmdEnv := []string{
"GODEBUG=asyncpreemptoff=1",
- "GOEXPERIMENT=greenteagc,goroutineleakprofile",
+ "GOEXPERIMENT=goroutineleakprofile",
}
if tcase.simple {