mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
cmd/go/testdata/script: fix incorrect comments
Change-Id: I675d66c229a4293146366bc9b927e0fd2d7a3eeb Reviewed-on: https://go-review.googlesource.com/c/go/+/351929 Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ingo Oeser <nightlyone@googlemail.com> Reviewed-by: Bryan C. Mills <bcmills@google.com> Trust: Than McIntosh <thanm@google.com> Trust: Zvonimir Pavlinovic <zpavlinovic@google.com>
This commit is contained in:
parent
315cec25bc
commit
964ea8c648
1 changed files with 2 additions and 2 deletions
4
src/cmd/go/testdata/script/test_vet.txt
vendored
4
src/cmd/go/testdata/script/test_vet.txt
vendored
|
@ -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\]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue