| Index: net/quic/core/quic_protocol_test.cc
|
| diff --git a/net/quic/core/quic_protocol_test.cc b/net/quic/core/quic_protocol_test.cc
|
| index 5ec6dded2832d09d4184f30c99a3e4db6f792373..49d2434ac9a1fde27f0401325660d5724671d533 100644
|
| --- a/net/quic/core/quic_protocol_test.cc
|
| +++ b/net/quic/core/quic_protocol_test.cc
|
| @@ -16,18 +16,6 @@ namespace net {
|
| namespace test {
|
| namespace {
|
|
|
| -TEST(QuicProtocolTest, AdjustErrorForVersion) {
|
| - ASSERT_EQ(15, QUIC_STREAM_LAST_ERROR)
|
| - << "Any additions to QuicRstStreamErrorCode require an addition to "
|
| - << "AdjustErrorForVersion and this associated test.";
|
| -
|
| - // If we ever add different RST codes, we should have a test akin to the
|
| - // following.
|
| - // EXPECT_EQ(QUIC_RST_ACKNOWLEDGEMENT, AdjustErrorForVersion(
|
| - // QUIC_RST_ACKNOWLEDGEMENT,
|
| - // QUIC_VERSION_28));
|
| -}
|
| -
|
| TEST(QuicProtocolTest, MakeQuicTag) {
|
| QuicTag tag = MakeQuicTag('A', 'B', 'C', 'D');
|
| char bytes[4];
|
|
|