]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/cgo/internal/testsanitizers: correct comment in tsan test
authorzhangjian <zj.cosmos@gmail.com>
Sun, 13 Oct 2024 12:10:10 +0000 (12:10 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 14 Oct 2024 16:59:38 +0000 (16:59 +0000)
Change-Id: Id22ad7c92c54bc61f1f1d5544f17208f2f8648aa
GitHub-Last-Rev: 61eee331dc2da16358425440e5630117f45d5182
GitHub-Pull-Request: golang/go#69866
Reviewed-on: https://go-review.googlesource.com/c/go/+/619836
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/cgo/internal/testsanitizers/tsan_test.go

index 94c00ef7f4804bc19794c13f99a4da1572b85fdd..49b9b3877a6c9d26311778f0b57c360d2c516593 100644 (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)
        }