Skip to content

Commit 9616c33

Browse files
mknyszekgopherbot
authored andcommitted
runtime: don't specify GOEXPERIMENT=greenteagc in goroutine leak tests
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>
1 parent 2244bd7 commit 9616c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/goroutineleakprofile_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ func TestGoroutineLeakProfile(t *testing.T) {
503503

504504
cmdEnv := []string{
505505
"GODEBUG=asyncpreemptoff=1",
506-
"GOEXPERIMENT=greenteagc,goroutineleakprofile",
506+
"GOEXPERIMENT=goroutineleakprofile",
507507
}
508508

509509
if tcase.simple {

0 commit comments

Comments
 (0)