| Index: net/cert/cert_verify_proc_unittest.cc
|
| diff --git a/net/cert/cert_verify_proc_unittest.cc b/net/cert/cert_verify_proc_unittest.cc
|
| index d4a08868fb57972758bc15d7f66f23d38334b1bb..f9ebaa828c35437eec0a14ca43e0ce533da088e7 100644
|
| --- a/net/cert/cert_verify_proc_unittest.cc
|
| +++ b/net/cert/cert_verify_proc_unittest.cc
|
| @@ -642,8 +642,8 @@ class CertVerifyProcInspectSignatureAlgorithmsTest : public ::testing::Test {
|
| DigestAlgorithm tbs_algorithm;
|
| };
|
|
|
| - // On iOS trying to import a certificate with mismatched signature will
|
| - // fail. Consequently the rest of the tests can't be performed.
|
| + // On some platforms trying to import a certificate with mismatched signature
|
| + // will fail. Consequently the rest of the tests can't be performed.
|
| WARN_UNUSED_RESULT bool SupportsImportingMismatchedAlgorithms() const {
|
| #if defined(OS_IOS)
|
| LOG(INFO) << "Skipping test on iOS because certs with mismatched "
|
|
|