| Index: net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| diff --git a/net/quic/core/congestion_control/general_loss_algorithm_test.cc b/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| index fe43cc527aea2120af9812e14f7630e5fd7229e9..fef1ccb1b2de38082167f5c9cdacfd2c0a98e7e5 100644
|
| --- a/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| +++ b/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| @@ -287,7 +287,6 @@ TEST_F(GeneralLossAlgorithmTest, MultipleLossesAtOnce) {
|
| }
|
|
|
| TEST_F(GeneralLossAlgorithmTest, NoSpuriousLossesFromLargeReordering) {
|
| - FLAGS_quic_loss_recovery_use_largest_acked = true;
|
| loss_algorithm_.SetLossDetectionType(kTime);
|
| const size_t kNumSentPackets = 10;
|
| // Transmit 10 packets at once and then go forward an RTT.
|
|
|