Merge pull request #158 from sergiud/zero-allocation
[platform/upstream/glog.git] / src / logging_unittest.cc
index 76eb75b..600cd06 100644 (file)
@@ -284,7 +284,7 @@ void TestLogging(bool check_counts) {
 }
 
 static void NoAllocNewHook() {
-  CHECK(false) << "unexpected new";
+  LOG(FATAL) << "unexpected new";
 }
 
 struct NewHook {