| Index: net/tools/quic/end_to_end_test.cc
|
| diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
|
| index 28c277f97bbc964604616290a355b3711f7aa632..e92516c0092b41fc9eb7e23f0b5cbd767b1e8155 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -1327,7 +1327,7 @@ TEST_P(EndToEndTest, HeadersAndCryptoStreamsNoConnectionFlowControl) {
|
| set_server_initial_session_flow_control_receive_window(kSessionIFCW);
|
|
|
| ASSERT_TRUE(Initialize());
|
| - if (negotiated_version_ <= QUIC_VERSION_20) {
|
| + if (negotiated_version_ < QUIC_VERSION_21) {
|
| return;
|
| }
|
|
|
|
|