| Index: net/quic/quic_protocol_test.cc
|
| diff --git a/net/quic/quic_protocol_test.cc b/net/quic/quic_protocol_test.cc
|
| index c74d3d108d6804e36d80890e38e80e84830a46e8..fcadbe96cc5122ddc3d429c27e8aae83d597c494 100644
|
| --- a/net/quic/quic_protocol_test.cc
|
| +++ b/net/quic/quic_protocol_test.cc
|
| @@ -14,7 +14,7 @@ namespace test {
|
| namespace {
|
|
|
| TEST(QuicProtocolTest, AdjustErrorForVersion) {
|
| - ASSERT_EQ(8, QUIC_STREAM_LAST_ERROR)
|
| + ASSERT_EQ(9, QUIC_STREAM_LAST_ERROR)
|
| << "Any additions to QuicRstStreamErrorCode require an addition to "
|
| << "AdjustErrorForVersion and this associated test.";
|
|
|
|
|