From: Shintaro Kaneko Date: Sat, 28 Jan 2017 10:08:10 +0000 (+0000) Subject: test: improve output format of issue10607a.go test X-Git-Tag: go1.9beta1~1713 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=936749efb07f87f99753f47d921e7659414fad2d;p=gostls13.git test: improve output format of issue10607a.go test Change-Id: Iad5ff820a95f5082b75aa5260e40c33c7b0ecf22 Reviewed-on: https://go-review.googlesource.com/35990 Reviewed-by: Russ Cox --- diff --git a/test/fixedbugs/issue10607a.go b/test/fixedbugs/issue10607a.go index 18bf1a2ef3..51399e4ecf 100644 --- a/test/fixedbugs/issue10607a.go +++ b/test/fixedbugs/issue10607a.go @@ -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 }