| Index: net/quic/reliable_quic_stream_test.cc
|
| diff --git a/net/quic/reliable_quic_stream_test.cc b/net/quic/reliable_quic_stream_test.cc
|
| index 168677b8fc6f2bb96b9606b0fca9727aca00ddb5..f25011d5d307a6e2d1514338eaf64f542721e030 100644
|
| --- a/net/quic/reliable_quic_stream_test.cc
|
| +++ b/net/quic/reliable_quic_stream_test.cc
|
| @@ -650,7 +650,7 @@ TEST_F(ReliableQuicStreamTest,
|
| // Stream should not accept the frame, and the connection should be closed.
|
| EXPECT_CALL(*connection_,
|
| SendConnectionClose(QUIC_FLOW_CONTROL_RECEIVED_TOO_MUCH_DATA));
|
| - EXPECT_FALSE(stream_->OnStreamFrame(frame));
|
| + stream_->OnStreamFrame(frame);
|
| }
|
|
|
| TEST_F(ReliableQuicStreamTest, FinalByteOffsetFromFin) {
|
|
|