Parcourir la 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 il y a 12 ans
committed by Mikio Hara
Parent
révision
46f6bfea8f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      root_test.go

+ 1
- 1
root_test.go Voir le fichier

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


Chargement…
Annuler
Enregistrer