From 8484f2fe0250f16304f3112b1caee5a32e685823 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 12 Jun 2023 15:57:00 -0700 Subject: [PATCH] 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 --- src/cmd/go/testdata/script/build_unsupported_goos.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.50.0