mirror of https://github.com/golang/go.git
cmd/cgo/internal/testsanitizers: correct comment in tsan test
This commit is contained in:
parent
b521ebb55a
commit
61eee331dc
|
|
@ -24,7 +24,7 @@ func TestTSAN(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
// The msan tests require support for the -msan option.
|
||||
// The tsan tests require support for the -tsan option.
|
||||
if !compilerRequiredTsanVersion(goos, goarch) {
|
||||
t.Skipf("skipping on %s/%s; compiler version for -tsan option is too old.", goos, goarch)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue