summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/net/http2/ciphers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/http2/ciphers_test.go')
-rw-r--r--vendor/golang.org/x/net/http2/ciphers_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/net/http2/ciphers_test.go b/vendor/golang.org/x/net/http2/ciphers_test.go
index 25aead013..764bbc8c8 100644
--- a/vendor/golang.org/x/net/http2/ciphers_test.go
+++ b/vendor/golang.org/x/net/http2/ciphers_test.go
@@ -9,7 +9,7 @@ import "testing"
func TestIsBadCipherBad(t *testing.T) {
for _, c := range badCiphers {
if !isBadCipher(c) {
- t.Errorf("Wrong result for isBadCipher(%d), want true")
+ t.Errorf("Wrong result for isBadCipher(%d), want true", c)
}
}
}