Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: third_party/crashpad/crashpad/test/errors.h

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..c4f1a53202f52dbf605a11460ef829e000b7a14b 100644
--- a/third_party/crashpad/crashpad/test/errors.h
+++ b/third_party/crashpad/crashpad/test/errors.h
@@ -30,7 +30,7 @@ namespace test {
// Where non-test code could do:
// PCHECK(rv == 0) << "close";
// gtest-based test code can do:
-// EXPECT_EQ(0, rv) << ErrnoMessage("close");
+// EXPECT_EQ(rv, 0) << ErrnoMessage("close");
//! \brief Formats an error message using an `errno` value.
//!
« no previous file with comments | « third_party/crashpad/crashpad/snapshot/win/system_snapshot_win_test.cc ('k') | third_party/crashpad/crashpad/test/file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698