Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(460)

Unified Diff: src/pkg/crypto/cipher/ocfb_test.go

Issue 4169044: code review 4169044: src/*: fix incorrect prints found by govet (Closed)
Patch Set: diff -r e2c594f778ca https://go.googlecode.com/hg/ Created 14 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pkg/crypto/openpgp/packet/packet_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/crypto/cipher/ocfb_test.go
===================================================================
--- a/src/pkg/crypto/cipher/ocfb_test.go
+++ b/src/pkg/crypto/cipher/ocfb_test.go
@@ -27,7 +27,7 @@
ocfbdec := NewOCFBDecrypter(block, prefix, resync)
if ocfbdec == nil {
- t.Error("NewOCFBDecrypter failed (resync: %t)", resync)
+ t.Errorf("NewOCFBDecrypter failed (resync: %t)", resync)
return
}
plaintextCopy := make([]byte, len(plaintext))
« no previous file with comments | « no previous file | src/pkg/crypto/openpgp/packet/packet_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b