| Index: net/quic/crypto/quic_crypto_client_config_test.cc
|
| diff --git a/net/quic/crypto/quic_crypto_client_config_test.cc b/net/quic/crypto/quic_crypto_client_config_test.cc
|
| index 2893372dd1af62dbc84e26bea554fe2842a8d3b3..29c7665cd20f7f7f2057717cad7b781877b950be 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config_test.cc
|
| +++ b/net/quic/crypto/quic_crypto_client_config_test.cc
|
| @@ -23,11 +23,6 @@ TEST(QuicCryptoClientConfigTest, InchoateChlo) {
|
| QuicTag cver;
|
| EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver));
|
| EXPECT_EQ(QuicVersionToQuicTag(QuicVersionMax()), cver);
|
| -
|
| - // TODO(rch): Remove once we remove QUIC_VERSION_12.
|
| - uint16 vers;
|
| - EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint16(kVERS, &vers));
|
| - EXPECT_EQ(0u, vers);
|
| }
|
|
|
| TEST(QuicCryptoClientConfigTest, ProcessServerDowngradeAttack) {
|
|
|