mirror of
https://github.com/golang/go
synced 2024-11-20 09:34:52 -07:00
crypto/openpgp/packet: fix testing print (missing arg)
R=agl CC=golang-dev https://golang.org/cl/4173062
This commit is contained in:
parent
06a923ada0
commit
7e6488f9ad
@ -54,7 +54,7 @@ func testMDCReader(t *testing.T) {
|
|||||||
|
|
||||||
err = mdcReader.Close()
|
err = mdcReader.Close()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("stride: %d, error on Close: %s", err)
|
t.Errorf("stride: %d, error on Close: %s", stride, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user