aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary
diff options
context:
space:
mode:
authorDmitri Shuralyov <shurcooL@gmail.com>2017-06-26 14:32:55 -0400
committerDmitri Shuralyov <shurcool@gmail.com>2017-06-27 01:26:25 +0000
commit441fd1338633c2aafa5b30121142ab24ee9dddcb (patch)
treeed051ad1571c944d5f680ef545d98df54c35cdde /src/encoding/binary
parent93870aeee980aadf6f67b778734f25419de55a7d (diff)
downloadgo-441fd1338633c2aafa5b30121142ab24ee9dddcb.tar.xz
crypto/x509: fix panic in TestEnvVars, improve style
This panic happens when the test fails due to the returned number of certificates (r.certs) being less than expected by test case (tc.cns). When i == len(r.certs) in the for loop, r.certs[i] will cause an index out of range panic. Also improve readability, consistency and style of the code. Use the more common "got x, want y" pattern. See https://golang.org/s/style#useful-test-failures for reference (and grep codebase for most common occurrences). Add a comment, and remove blank line separating two blocks that are both related to verifying that len(r.certs) == len(tc.cns). This should help with readability. Remove space after colon in call to t.Fatal, since it adds spaces between its arguments. Fixes #20801. Change-Id: I40476103f1b5a0fa74b05637c250926b571c92fd Reviewed-on: https://go-review.googlesource.com/46715 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/encoding/binary')
0 files changed, 0 insertions, 0 deletions