Index: net/quic/quic_framer_test.cc |
diff --git a/net/quic/quic_framer_test.cc b/net/quic/quic_framer_test.cc |
index 2c3d2749d3b59bacc2e2942f73fc40a86ddac639..a55cc8fad9d6320182c52fee891b99ef20781fb0 100644 |
--- a/net/quic/quic_framer_test.cc |
+++ b/net/quic/quic_framer_test.cc |
@@ -3003,10 +3003,6 @@ TEST_P(QuicFramerTest, BlockedFrame) { |
} |
TEST_P(QuicFramerTest, PingFrame) { |
- if (version_ <= QUIC_VERSION_16) { |
- return; |
- } |
- |
unsigned char packet[] = { |
// public flags (8 byte connection_id) |
0x3C, |