Index: net/quic/quic_crypto_stream_test.cc |
diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc |
index 3c6264429bf11844f46e188c48c8de7295f3b68e..0abd49d7b71b0286084ec72a577561e37384b140 100644 |
--- a/net/quic/quic_crypto_stream_test.cc |
+++ b/net/quic/quic_crypto_stream_test.cc |
@@ -102,7 +102,6 @@ TEST_F(QuicCryptoStreamTest, ProcessBadData) { |
} |
TEST_F(QuicCryptoStreamTest, NoConnectionLevelFlowControl) { |
- EXPECT_TRUE(stream_.flow_controller()->IsEnabled()); |
EXPECT_FALSE(ReliableQuicStreamPeer::StreamContributesToConnectionFlowControl( |
&stream_)); |
} |