From 964ea8c6482f48b242072697d150bb2192710892 Mon Sep 17 00:00:00 2001 From: Zvonimir Pavlinovic Date: Thu, 23 Sep 2021 15:50:22 -0700 Subject: [PATCH] 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 --- src/cmd/go/testdata/script/test_vet.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\]' -- 2.51.0