mirror of
https://github.com/golang/go.git
synced 2026-01-29 07:02:05 +03:00
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:
committed by
Russ Cox
parent
53c6ac5419
commit
936749efb0
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user