diff options
Diffstat (limited to 'src/lib/strconv/fp_test.go')
-rw-r--r-- | src/lib/strconv/fp_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/strconv/fp_test.go b/src/lib/strconv/fp_test.go index a7a159b64..60d7ce6cf 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"); } |