Browse Source

crypto/tls, fmt: print fixes

R=golang-dev, bradfitz, minux.ma, rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5787069
tls13
Robert Hencke 12 years ago
committed by Mikio Hara
parent
commit
46f6bfea8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      root_test.go

+ 1
- 1
root_test.go View File

@@ -50,7 +50,7 @@ func TestCertHostnameVerifyWindows(t *testing.T) {
conn, err := Dial("tcp", addr+":443", cfg)
if err == nil {
conn.Close()
t.Errorf("should fail to verify for example.com: %v", addr, err)
t.Errorf("should fail to verify for example.com: %v", addr)
continue
}
_, ok := err.(x509.HostnameError)


Loading…
Cancel
Save