| Index: third_party/crashpad/crashpad/test/errors.h
|
| diff --git a/third_party/crashpad/crashpad/test/errors.h b/third_party/crashpad/crashpad/test/errors.h
|
| index 17b0bea62d3adfd35d7c6e8036cb601682733587..bd1ba9ef168c005fdeb42ccc1818cceef0b5dbb6 100644
|
| --- a/third_party/crashpad/crashpad/test/errors.h
|
| +++ b/third_party/crashpad/crashpad/test/errors.h
|
| @@ -28,7 +28,8 @@ namespace test {
|
| // to.
|
| //
|
| // Where non-test code could do:
|
| -// PCHECK(rv == 0) << "close";
|
| +// // close
|
| +CHECK(rv == 0);
|
| // gtest-based test code can do:
|
| // EXPECT_EQ(0, rv) << ErrnoMessage("close");
|
|
|
|
|