mirror of
https://github.com/golang/go
synced 2024-11-11 21:40:21 -07:00
style: fix incorrect document in misspell
This commit is contained in:
parent
c45e800e0c
commit
f498febffd
2
src/cmd/dist/test.go
vendored
2
src/cmd/dist/test.go
vendored
@ -781,7 +781,7 @@ func (t *tester) registerTests() {
|
||||
t.registerTest("testasan", "../misc/cgo/testasan", "go", "run", ".")
|
||||
}
|
||||
if goos == "linux" && goarch != "ppc64le" {
|
||||
// because syscall.SysProcAttri struct used in misc/cgo/testsanitizers is only built on linux.
|
||||
// because syscall.SysProcAttr struct used in misc/cgo/testsanitizers is only built on linux.
|
||||
// Some inconsistent failures happen on ppc64le so disable for now.
|
||||
t.registerHostTest("testsanitizers", "../misc/cgo/testsanitizers", "misc/cgo/testsanitizers", ".")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user