more comments changes

This commit is contained in:
Gennadiy Civil
2018-08-14 15:45:00 -04:00
parent 265efde9a5
commit bbf738a2c1
4 changed files with 4 additions and 4 deletions

View File

@@ -606,7 +606,7 @@ class MockObjectRegistry {
if (it->second.leakable) // The user said it's fine to leak this object.
continue;
// TODO(wan@google.com): Print the type of the leaked object.
// FIXME: Print the type of the leaked object.
// This can help the user identify the leaked object.
std::cout << "\n";
const MockObjectState& state = it->second;

View File

@@ -33,7 +33,7 @@
namespace testing {
// TODO(wan@google.com): support using environment variables to
// FIXME: support using environment variables to
// control the flag values, like what Google Test does.
GMOCK_DEFINE_bool_(catch_leaked_mocks, true,