mirror of
https://github.com/golang/go.git
synced 2025-11-02 09:40:56 +00:00
printf->Printf etc.
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851
This commit is contained in:
parent
c0f6144f1b
commit
61f3302044
20 changed files with 154 additions and 154 deletions
|
|
@ -309,7 +309,7 @@ export func TestBufWrite(t *testing.T) {
|
|||
|
||||
write := writers[k].fn();
|
||||
buf, e := NewBufWriteSize(write, bs);
|
||||
context := fmt.sprintf("write=%s nwrite=%d bufsize=%d", writers[k].name, nwrite, bs);
|
||||
context := fmt.Sprintf("write=%s nwrite=%d bufsize=%d", writers[k].name, nwrite, bs);
|
||||
if e != nil {
|
||||
t.Errorf("%s: NewBufWriteSize %d: %v", context, bs, e);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue