test: improve output format of issue10607a.go test

Change-Id: Iad5ff820a95f5082b75aa5260e40c33c7b0ecf22
Reviewed-on: https://go-review.googlesource.com/35990
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Shintaro Kaneko 2017-01-28 10:08:10 +00:00 committed by Russ Cox
parent 53c6ac5419
commit 936749efb0

View file

@ -35,7 +35,7 @@ func main() {
d, err := s.Data()
if err != nil {
fmt.Fprintln(os.Stderr, "reading data of note section %d: %v", i, err)
fmt.Fprintf(os.Stderr, "reading data of note section %d: %v\n", i, err)
continue
}