From: Russ Cox Date: Sat, 6 Jun 2009 07:01:47 +0000 (-0700) Subject: delete unnecessary newline X-Git-Tag: weekly.2009-11-06~1443 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ea33ff4067e5a603de02f0de083854cc999652b8;p=gostls13.git delete unnecessary newline R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29971 CL=29975 --- diff --git a/src/lib/strconv/fp_test.go b/src/lib/strconv/fp_test.go index a7a159b64a..60d7ce6cfb 100644 --- a/src/lib/strconv/fp_test.go +++ b/src/lib/strconv/fp_test.go @@ -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"); }