Commit 936749ef authored by Shintaro Kaneko's avatar Shintaro Kaneko Committed by Russ Cox

test: improve output format of issue10607a.go test

Change-Id: Iad5ff820a95f5082b75aa5260e40c33c7b0ecf22
Reviewed-on: https://go-review.googlesource.com/35990Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 53c6ac54
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment