commit | 61d20a558f03a7cb0e2ebc9002c8be7db94cf74e | [log] [tgz] |
---|---|---|
author | Asim Shankar <ashankar@google.com> | Sat Aug 16 09:40:06 2014 -0700 |
committer | Asim Shankar <ashankar@google.com> | Sat Aug 16 09:40:06 2014 -0700 |
tree | cbaf2f1967816ee16c88431b1f85ad13a93d2f5f | |
parent | 147c3b69b2ddb178981fe70c9eb4b43bd9c59844 [diff] |
TBR: Test fix. Change-Id: Ic0ea29234a8098d684891d5a9a5e19a87cea12fa
diff --git a/runtimes/google/ipc/stream/crypto/crypto_test.go b/runtimes/google/ipc/stream/crypto/crypto_test.go index 84b0d76..f0523a9 100644 --- a/runtimes/google/ipc/stream/crypto/crypto_test.go +++ b/runtimes/google/ipc/stream/crypto/crypto_test.go
@@ -126,7 +126,7 @@ }() go func() { - client, err := NewTLSClient(clientConn, nil, iobuf.NewPool(0)) + client, err := NewTLSClient(clientConn, TLSClientSessionCache{}, iobuf.NewPool(0)) if err != nil { t.Fatal(err) }