glog/glog-r38.patch

14 lines
354 B
Diff
Raw Normal View History

2009-01-25 10:36:09 +00:00
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