Fix new -Wint-in-bool-context warning
The trunk version of Clang caught this bug: ../../net/cert/cert_verify_proc_unittest.cc:2782:53: warning: converting the enum constant to a boolean [-Wint-in-bool-context] EXPECT_TRUE(error == ERR_CERT_AUTHORITY_INVALID || ERR_CERT_INVALID) ^ TBR=eroman Bug: 1007367 Change-Id: I4493f82c7f761f5fc4470343e148f4dd32c3d7da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824260Reviewed-by:Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#699680}
Showing
Please register or sign in to comment