Index: net/quic/core/crypto/proof_test.cc |
diff --git a/net/quic/core/crypto/proof_test.cc b/net/quic/core/crypto/proof_test.cc |
index 2a1123badf50cc4756116f3774a0e85a34244938..af0a43927404a1dc92693f279e7bd3e66792fec3 100644 |
--- a/net/quic/core/crypto/proof_test.cc |
+++ b/net/quic/core/crypto/proof_test.cc |
@@ -142,7 +142,7 @@ class ProofTest : public ::testing::TestWithParam<QuicVersion> {}; |
INSTANTIATE_TEST_CASE_P(QuicVersion, |
ProofTest, |
- ::testing::ValuesIn(QuicSupportedVersions())); |
+ ::testing::ValuesIn(AllSupportedVersions())); |
// TODO(rtenneti): Enable testing of ProofVerifier. See http://crbug.com/514468. |
TEST_P(ProofTest, DISABLED_Verify) { |