mirror of
https://github.com/golang/go
synced 2024-11-17 01:04:50 -07:00
cmd/dist: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
9e3b1d53a0
commit
4477ade97f
2
src/cmd/dist/test.go
vendored
2
src/cmd/dist/test.go
vendored
@ -1438,7 +1438,7 @@ func (t *tester) registerRaceTests() {
|
||||
// Building cmd/cgo/internal/test takes a long time.
|
||||
// There are already cgo-enabled packages being tested with the race detector.
|
||||
// We shouldn't need to redo all of cmd/cgo/internal/test too.
|
||||
// The race buildler will take care of this.
|
||||
// The race builder will take care of this.
|
||||
// t.registerTest(hdr, &goTest{variant: "race", race: true, env: []string{"GOTRACEBACK=2"}, pkg: "cmd/cgo/internal/test"})
|
||||
}
|
||||
if t.extLink() {
|
||||
|
Loading…
Reference in New Issue
Block a user