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

Unified Diff: base/run_loop_unittest.cc

Issue 2857393006: Fix RunLoopTest.DisallowWaitingDeathTest for official builds. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/run_loop_unittest.cc
diff --git a/base/run_loop_unittest.cc b/base/run_loop_unittest.cc
index dcddcfbf78a9c2257ec11b72194fae44ba3b2960..ea596c60fb76f89946967e985fb690627937c2ef 100644
--- a/base/run_loop_unittest.cc
+++ b/base/run_loop_unittest.cc
@@ -201,7 +201,7 @@ TEST_F(RunLoopTest, DisallowWaitingDeathTest) {
RunLoop nested_run_loop;
nested_run_loop.RunUntilIdle();
}));
- EXPECT_DEATH({ run_loop_.RunUntilIdle(); }, "Check failed");
+ EXPECT_DEATH({ run_loop_.RunUntilIdle(); }, "");
}
#endif // defined(GTEST_HAS_DEATH_TEST) && !defined(OS_ANDROID)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698