1
0
mirror of https://github.com/golang/go synced 2024-11-25 23:17:58 -07:00

delete unnecessary newline

R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=29971
CL=29975
This commit is contained in:
Russ Cox 2009-06-06 00:01:47 -07:00
parent b71598f704
commit ea33ff4067

View 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");
}