]> Cypherpunks repositories - gostls13.git/commit
vet: fix test_deadcode.go's tests
authorRob Pike <r@golang.org>
Wed, 27 Mar 2013 23:30:20 +0000 (16:30 -0700)
committerRob Pike <r@golang.org>
Wed, 27 Mar 2013 23:30:20 +0000 (16:30 -0700)
commitb06b77b8cfec55529b437c50348448f0d7ae8b15
tree7b7b9417828af1c420938884c6a155969065d823
parentf3eaaa62a1969161a4d580db0532cb8a771259f0
vet: fix test_deadcode.go's tests
This is a totally mechanical change.
Errors are reported for the beginning of the statement, not the end,
so the errchk markers need to be on the opening brace, not the closing
one. It seems this test was never run.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7746050
src/cmd/vet/test_deadcode.go