diff --git a/src/logging_unittest.cc b/src/logging_unittest.cc index b886222..97cbeaa 100644 --- a/src/logging_unittest.cc +++ b/src/logging_unittest.cc @@ -282,7 +282,7 @@ void TestLogging(bool check_counts) { } static void NoAllocNewHook() { - CHECK(false) << "unexpected new"; + LOG(FATAL) << "unexpected new"; } struct NewHook {