Chromium Code Reviews| Index: base/task_scheduler/test_utils.h |
| diff --git a/base/task_scheduler/test_utils.h b/base/task_scheduler/test_utils.h |
| index bafd09aa2a294acd38794af431cbc5901f34ccd0..74eb4b0c6909601386f4bb967bd9f060277b0e9f 100644 |
| --- a/base/task_scheduler/test_utils.h |
| +++ b/base/task_scheduler/test_utils.h |
| @@ -13,7 +13,7 @@ |
| #if DCHECK_IS_ON() && defined(GTEST_HAS_DEATH_TEST) && !defined(OS_ANDROID) |
| #define EXPECT_DCHECK_DEATH(statement, regex) EXPECT_DEATH(statement, regex) |
| #else |
| -#define EXPECT_DCHECK_DEATH(statement, regex) |
| +#define EXPECT_DCHECK_DEATH(statement, regex) statement |
|
gab
2016/03/21 17:42:30
Thought you'd convinced me not to do this? What ch
fdoray
2016/03/21 19:08:07
I explained why we sometimes put multiple statemen
gab
2016/03/21 19:53:25
Hmm, this is surprising, that probably at the very
|
| #endif |
| #endif // BASE_TASK_SCHEDULER_TEST_UTILS_H_ |