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:
parent
b71598f704
commit
ea33ff4067
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user