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)) |