go test -cover
outputs build errors with incorrect line numbers
#22414
Labels
go test -cover
outputs build errors with incorrect line numbers
#22414
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, I tried the same commands with go1.9 and the exact same output resulted.
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
I expected to see the same build error output as when I run
go test
.What did you see instead?
Different build error output, which displayed different line numbers and different locations for the files.
The text was updated successfully, but these errors were encountered: