• Rob Pike's avatar
    vet: fix test_deadcode.go's tests · b06b77b8
    Rob Pike authored
    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
    b06b77b8
test_deadcode.go 22.8 KB