Googletest export

Cleanup: Error message grammar fix.
PiperOrigin-RevId: 319992912
This commit is contained in:
Abseil Team
2020-07-07 11:57:38 -04:00
committed by Gennadiy Rozental
parent b9a8afcf2e
commit 9aaaaf3f3d
2 changed files with 2 additions and 2 deletions

View File

@@ -624,7 +624,7 @@ class MockObjectRegistry {
if (leaked_count > 0) {
std::cout << "\nERROR: " << leaked_count << " leaked mock "
<< (leaked_count == 1 ? "object" : "objects")
<< " found at program exit. Expectations on a mock object is "
<< " found at program exit. Expectations on a mock object are "
"verified when the object is destructed. Leaking a mock "
"means that its expectations aren't verified, which is "
"usually a test bug. If you really intend to leak a mock, "