cmd/cgo/internal/testsanitizers: correct comment in tsan test

This commit is contained in:
zhangjian 2024-10-13 20:01:15 +08:00
parent b521ebb55a
commit 61eee331dc
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}