Commit 7e6488f9 authored by Rob Pike's avatar Rob Pike

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

R=agl
CC=golang-dev
https://golang.org/cl/4173062
parent 06a923ad
...@@ -54,7 +54,7 @@ func testMDCReader(t *testing.T) { ...@@ -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)
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment