1
0
mirror of https://github.com/golang/go synced 2024-10-03 15:21:22 -06:00

crypto/openpgp/packet: fix testing print (missing arg)

R=agl
CC=golang-dev
https://golang.org/cl/4173062
This commit is contained in:
Rob Pike 2011-02-18 10:47:38 -08:00
parent 06a923ada0
commit 7e6488f9ad

View File

@ -54,7 +54,7 @@ func testMDCReader(t *testing.T) {
err = mdcReader.Close()
if err != nil {
t.Errorf("stride: %d, error on Close: %s", err)
t.Errorf("stride: %d, error on Close: %s", stride, err)
}
}