Change-Id: I3798117511b4c9d9033a3b5dbefbae34d7bec639 Reviewed-on: https://go-review.googlesource.com/19244 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@@ -387,7 +387,7 @@ func TestTransportBody(t *testing.T) {
defer res.Body.Close()
ri := <-gotc
if ri.err != nil {
- t.Errorf("%#d: read error: %v", i, ri.err)
+ t.Errorf("#%d: read error: %v", i, ri.err)
continue
}
if got := string(ri.slurp); got != tt.body {