From: Ian Lance Taylor Date: Mon, 12 Jun 2023 22:57:00 +0000 (-0700) Subject: cmd/go: add comment for intentional misspelling X-Git-Tag: go1.21rc3~2^2~84 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8484f2fe0250f16304f3112b1caee5a32e685823;p=gostls13.git cmd/go: add comment for intentional misspelling Try to avoid fixes from automatic spell checkers. Change-Id: I1d134fb2721decffa865a3f4d78bca4fce8e8fee Reviewed-on: https://go-review.googlesource.com/c/go/+/502658 Reviewed-by: Ian Lance Taylor Reviewed-by: Bryan Mills TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Run-TryBot: Ian Lance Taylor --- diff --git a/src/cmd/go/testdata/script/build_unsupported_goos.txt b/src/cmd/go/testdata/script/build_unsupported_goos.txt index 8c1212934e..c94d6d252e 100644 --- a/src/cmd/go/testdata/script/build_unsupported_goos.txt +++ b/src/cmd/go/testdata/script/build_unsupported_goos.txt @@ -1,6 +1,6 @@ [compiler:gccgo] skip # gccgo assumes cross-compilation is always possible -env GOOS=windwos +env GOOS=windwos # intentional misspelling of windows ! go build -n exclude -stderr 'unsupported GOOS/GOARCH pair' \ No newline at end of file +stderr 'unsupported GOOS/GOARCH pair'