]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: fix format strings in test
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 3 Jul 2014 08:08:24 +0000 (12:08 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 3 Jul 2014 08:08:24 +0000 (12:08 +0400)
commit2ec3a0a72fbe2cdd4affc67383ae67c503e7469b
treee326faa570b452e79e13f3ffbf0a64a826000d97
parentdf75f082d3f18f859ddbd3d002c711a4ec507948
crypto/x509: fix format strings in test
Currently it says:
--- PASS: TestDecrypt-2 (0.11s)
pem_decrypt_test.go:17: test 0. %!s(x509.PEMCipher=1)
--- PASS: TestEncrypt-2 (0.00s)
pem_decrypt_test.go:42: test 0. %!s(x509.PEMCipher=1)

LGTM=alex.brainman
R=golang-codereviews, alex.brainman
CC=golang-codereviews
https://golang.org/cl/108400044
src/pkg/crypto/x509/pem_decrypt_test.go