Commit ea33ff40 authored by Russ Cox's avatar Russ Cox

delete unnecessary newline

R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=29971
CL=29975
parent b71598f7
......@@ -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");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment