]> Cypherpunks repositories - gostls13.git/commitdiff
test: improve output format of issue10607a.go test
authorShintaro Kaneko <kaneshin0120@gmail.com>
Sat, 28 Jan 2017 10:08:10 +0000 (10:08 +0000)
committerRuss Cox <rsc@golang.org>
Tue, 7 Feb 2017 14:00:27 +0000 (14:00 +0000)
Change-Id: Iad5ff820a95f5082b75aa5260e40c33c7b0ecf22
Reviewed-on: https://go-review.googlesource.com/35990
Reviewed-by: Russ Cox <rsc@golang.org>
test/fixedbugs/issue10607a.go

index 18bf1a2ef335c77a81006f9e310f1996df1ceb6c..51399e4ecfccab0f484a80c863f73324ee839760 100644 (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
                }