aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-06-06 00:01:47 -0700
committerRuss Cox <rsc@golang.org>2009-06-06 00:01:47 -0700
commitea33ff4067e5a603de02f0de083854cc999652b8 (patch)
treed86226d541b2f267de14e0752c666e8853b129d4 /src/lib
parentb71598f70407dd98326564586c1b10352db28ea3 (diff)
downloadgo-ea33ff4067e5a603de02f0de083854cc999652b8.tar.xz
delete unnecessary newline
R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29971 CL=29975
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/strconv/fp_test.go2
1 files changed, 1 insertions, 1 deletions
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");
}