mirror of https://github.com/golang/go.git
style: fix incorrect document in misspell
This commit is contained in:
parent
c45e800e0c
commit
f498febffd
|
|
@ -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