Commit a77744f4 authored by Rob Pike's avatar Rob Pike

fmt: delete debugging print that crept in to test.

(you'd never see it, but ouch.)
Spotted by Florian Weimer.

R=rsc
CC=golang-dev
https://golang.org/cl/4259044
parent 2b9ab227
......@@ -400,7 +400,6 @@ func TestSprintf(t *testing.T) {
s = s[0:i] + "PTR" + s[j:]
}
if s != tt.out {
println(s, "XXX", tt.out)
if _, ok := tt.val.(string); ok {
// Don't requote the already-quoted strings.
// It's too confusing to read the errors.
......
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