Closed cdesouza-chromium closed 1 week ago
Any use of CHECK(false) is wrong, and must be corrected following the guidelines in https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/checks.md.
CHECK(false)
Description
Any use of
CHECK(false)
is wrong, and must be corrected following the guidelines in https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/checks.md.