Skip to content

Commit d9cc494

Browse files
committed
cmd/dist: correct gccheckmark test name
The test actually runs with gccheckmark=1, not gcstoptheworld=2. Make the name match. Change-Id: If38822a3f1ef65bc92fe47b375381df49a684c1d Reviewed-on: https://go-review.googlesource.com/c/go/+/648755 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 30f5158 commit d9cc494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/dist/test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ func (t *tester) registerTests() {
762762
})
763763
t.registerTest("GODEBUG=gccheckmark=1 runtime",
764764
&goTest{
765-
variant: "runtime:gcstoptheworld2",
765+
variant: "runtime:gccheckmark",
766766
timeout: 300 * time.Second,
767767
short: true,
768768
env: []string{"GODEBUG=gccheckmark=1"},

0 commit comments

Comments
 (0)