From: Zvonimir Pavlinovic Date: Thu, 23 Sep 2021 22:50:22 +0000 (-0700) Subject: cmd/go/testdata/script: fix incorrect comments X-Git-Tag: go1.18beta1~1172 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=964ea8c6482f48b242072697d150bb2192710892;p=gostls13.git cmd/go/testdata/script: fix incorrect comments Change-Id: I675d66c229a4293146366bc9b927e0fd2d7a3eeb Reviewed-on: https://go-review.googlesource.com/c/go/+/351929 Run-TryBot: Zvonimir Pavlinovic TryBot-Result: Go Bot Reviewed-by: Ingo Oeser Reviewed-by: Bryan C. Mills Trust: Than McIntosh Trust: Zvonimir Pavlinovic --- diff --git a/src/cmd/go/testdata/script/test_vet.txt b/src/cmd/go/testdata/script/test_vet.txt index 687d4851de..6151f912ae 100644 --- a/src/cmd/go/testdata/script/test_vet.txt +++ b/src/cmd/go/testdata/script/test_vet.txt @@ -24,11 +24,11 @@ stderr 'using resp before checking for errors' ! go test -vet=bools,xyz ./vetall/... stderr '-vet argument must be a supported analyzer' -# Test with a list of analyzers +# Test with a single analyzer ! go test -vet=httpresponse ./vetall/... stderr 'using resp before checking for errors' -# Test with a single analyzer +# Test with a list of analyzers go test -vet=atomic,bools,nilfunc ./vetall/... stdout 'm/vetall.*\[no tests to run\]'