diff --git a/src/logging_unittest.cc b/src/logging_unittest.cc index 762c752..a8c0102 100644 --- a/src/logging_unittest.cc +++ b/src/logging_unittest.cc @@ -1076,13 +1076,14 @@ TEST(Strerror, logging) { // Simple routines to look at the sizes of generated code for LOG(FATAL) and // CHECK(..) via objdump +/* static void MyFatal() { LOG(FATAL) << "Failed"; } static void MyCheck(bool a, bool b) { CHECK_EQ(a, b); } - +*/ #ifdef HAVE_LIB_GMOCK TEST(DVLog, Basic) {