Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py
index f7932b5..ab923ef 100755
--- a/scripts/gmock_doctor.py
+++ b/scripts/gmock_doctor.py
@@ -261,8 +261,8 @@
r'(.*\n)*?' +
_CLANG_NON_GMOCK_FILE_LINE_RE +
r'note: in instantiation of member function '
- r'\'testing::internal::FunctionMocker<.*>::Invoke\' '
- r'requested here')
+ r'\'testing::internal2::TypeWithoutFormatter<.*>::'
+ r'PrintValue\' requested here')
diagnosis = """
In order to mock this function, Google Mock needs to see the definition
of type "%(type)s" - declaration alone is not enough. Either #include