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 49ada6597429950bcfa37d19daf3ddb465b6443e..fccfb0da1f51400f1bd1a5a5539d3245c22ca25c 100644 |
--- a/net/cert/cert_verify_proc_unittest.cc |
+++ b/net/cert/cert_verify_proc_unittest.cc |
@@ -834,7 +834,7 @@ TEST_F(CertVerifyProcTest, VerifyReturnChainFiltersUnrelatedCerts) { |
TEST_F(CertVerifyProcTest, AdditionalTrustAnchors) { |
if (!SupportsAdditionalTrustAnchors()) { |
- LOG(INFO) << "Skipping this test in this platform."; |
Ryan Sleevi
2013/11/25 01:08:32
Keep this as LOG(INFO)
scottmg
2013/11/25 17:12:38
Done.
|
+ VLOG(0) << "Skipping this test in this platform."; |
return; |
} |