]> Cypherpunks repositories - gostls13.git/commitdiff
delete unnecessary newline
authorRuss Cox <rsc@golang.org>
Sat, 6 Jun 2009 07:01:47 +0000 (00:01 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 6 Jun 2009 07:01:47 +0000 (00:01 -0700)
R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=29971
CL=29975

src/lib/strconv/fp_test.go

index a7a159b64ae48464eca3c30076ff7f45b6ad1fcd..60d7ce6cfba75b33057752f8b30b891680260a43 100644 (file)
@@ -142,7 +142,7 @@ func TestFp(t *testing.T) {
                }
                if s != a[3] {
                        t.Error("testfp.txt:", lineno, ": ", a[0], " ", a[1], " ", a[2], " (", v, ") ",
-                               "want ", a[3], " got ", s, "\n");
+                               "want ", a[3], " got ", s);
                }
 //else print("testfp.txt:", lineno, ": worked! ", s, "\n");
        }