Use LOG(FATAL) instead of CHECK(false)
This commit is contained in:
parent
f012836db1
commit
7314fa3f86
@ -282,7 +282,7 @@ void TestLogging(bool check_counts) {
|
||||
}
|
||||
|
||||
static void NoAllocNewHook() {
|
||||
CHECK(false) << "unexpected new";
|
||||
LOG(FATAL) << "unexpected new";
|
||||
}
|
||||
|
||||
struct NewHook {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user