all: fix some vet-caught formatting errors, mostly but not only in tests
Could go in 1.5, although not critical. See also #12107 Change-Id: I7f1608b58581d21df4db58f0db654fef79e33a90 Reviewed-on: https://go-review.googlesource.com/13481 Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
parent
9c9b97f554
commit
5bf12753e9
@ -84,7 +84,7 @@ func testClientHelloFailure(t *testing.T, serverConfig *Config, m handshakeMessa
|
|||||||
s.Close()
|
s.Close()
|
||||||
if len(expectedSubStr) == 0 {
|
if len(expectedSubStr) == 0 {
|
||||||
if err != nil && err != io.EOF {
|
if err != nil && err != io.EOF {
|
||||||
t.Errorf("Got error: %s; expected to succeed", err, expectedSubStr)
|
t.Errorf("Got error: %s; expected to succeed", err)
|
||||||
}
|
}
|
||||||
} else if err == nil || !strings.Contains(err.Error(), expectedSubStr) {
|
} else if err == nil || !strings.Contains(err.Error(), expectedSubStr) {
|
||||||
t.Errorf("Got error: %s; expected to match substring '%s'", err, expectedSubStr)
|
t.Errorf("Got error: %s; expected to match substring '%s'", err, expectedSubStr)
|
||||||
|
Loading…
Reference in New Issue
Block a user