mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
go/parser has switched from reporting no position for the end of a broken file to reporting an invalid position. This broke on of our tests that contains broken code. Change the test case as a result. Change-Id: I4feb7790539994e593c56d5ae84929364c1eec1c Reviewed-on: https://go-review.googlesource.com/c/tools/+/204202 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>