| Index: net/spdy/spdy_network_transaction_unittest.cc
|
| diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc
|
| index a29ecf49754fbdf217b7f1732090a8b117850fb2..b75405bba3dffce33aff60976e544fc14a3356f1 100644
|
| --- a/net/spdy/spdy_network_transaction_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_unittest.cc
|
| @@ -5505,7 +5505,6 @@ TEST_P(SpdyNetworkTransactionTest, ServerPushWithNoStatusHeaderFrames) {
|
| // Verify the SYN_REPLY.
|
| // Copy the response info, because trans goes away.
|
| HttpResponseInfo response = *trans->GetResponseInfo();
|
| - ASSERT_TRUE(trans2->GetResponseInfo() == NULL);
|
|
|
| VerifyStreamsClosed(helper);
|
|
|
|
|