mirror of
https://github.com/golang/go
synced 2024-11-23 12:00:14 -07:00
net: fix format string in TestAcceptIgnoreSomeErrors
LGTM=mikioh.mikioh R=golang-codereviews, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/84340043
This commit is contained in:
parent
df8ec65b3a
commit
e25d73d7f9
@ -84,7 +84,7 @@ func TestAcceptIgnoreSomeErrors(t *testing.T) {
|
||||
}
|
||||
err = cmd.Start()
|
||||
if err != nil {
|
||||
t.Fatalf("cmd.Start failed: %v\n%s\n", err)
|
||||
t.Fatalf("cmd.Start failed: %v\n", err)
|
||||
}
|
||||
outReader := bufio.NewReader(stdout)
|
||||
for {
|
||||
|
Loading…
Reference in New Issue
Block a user