]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: fix handshake message test
authorRuss Cox <rsc@golang.org>
Mon, 14 Nov 2011 20:21:08 +0000 (15:21 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 14 Nov 2011 20:21:08 +0000 (15:21 -0500)
commit1df62ca638107df5a51f969fc411a6bd091518fd
treebdfaaf6e5af9aadd5e0a42e0462070d163fd46b7
parentba98a7ee5eab17423674e8c85c5e694700dda61c
crypto/tls: fix handshake message test

This test breaks when I make reflect.DeepEqual
distinguish empty slices from nil slices.

R=agl
CC=golang-dev
https://golang.org/cl/5369110
src/pkg/crypto/tls/handshake_messages.go
src/pkg/crypto/tls/handshake_messages_test.go