| Index: net/quic/test_tools/crypto_test_utils.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
|
| index b24316fc8650ec2d83af4dd0ae30e2688fe02b12..5661676c3f588c6738be8db9e0aaf0cf817c1048 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -243,7 +243,7 @@ int CryptoTestUtils::HandshakeWithFakeClient(
|
| &crypto_config);
|
| client_session.SetCryptoStream(&client);
|
|
|
| - CHECK(client.CryptoConnect());
|
| + client.CryptoConnect();
|
| CHECK_EQ(1u, client_conn->packets_.size());
|
|
|
| CommunicateHandshakeMessagesAndRunCallbacks(
|
|
|