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

Unified Diff: util/test/multiprocess.h

Issue 531203002: Add the MultiprocessExec test and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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: util/test/multiprocess.h
diff --git a/util/test/multiprocess.h b/util/test/multiprocess.h
index 80ee8415968fc433d8e8c8c79dd6c2fdef9e6b80..40ab9fafa73e04e88db6449d1bcf19120384eab2 100644
--- a/util/test/multiprocess.h
+++ b/util/test/multiprocess.h
@@ -64,7 +64,7 @@ class Multiprocess {
//! \code
//! virtual void PreFork() override {
//! Multiprocess::PreFork();
- //! if (testing::Test::HasFatalAssertions()) {
+ //! if (testing::Test::HasFatalFailure()) {
//! return;
//! }
//!

Powered by Google App Engine
This is Rietveld 408576698