14 lines
354 B
Diff
14 lines
354 B
Diff
Index: src/logging_unittest.cc
|
|
===================================================================
|
|
--- src/logging_unittest.cc (revision 37)
|
|
+++ src/logging_unittest.cc (revision 38)
|
|
@@ -154,7 +154,7 @@
|
|
FLAGS_logtostderr = true;
|
|
|
|
InitGoogleTest(&argc, argv);
|
|
-#ifdef HAVE_LIB_GTEST
|
|
+#ifdef HAVE_LIB_GMOCK
|
|
InitGoogleMock(&argc, argv);
|
|
#endif
|
|
|