From ea33ff4067e5a603de02f0de083854cc999652b8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 6 Jun 2009 00:01:47 -0700 Subject: [PATCH] delete unnecessary newline R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29971 CL=29975 --- src/lib/strconv/fp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/strconv/fp_test.go b/src/lib/strconv/fp_test.go index a7a159b64ae..60d7ce6cfba 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"); }