]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
gmock_cook_book.md: Delete superfluous statement from 2014.
authorAbseil Team <absl-team@google.com>
Mon, 13 Jun 2022 19:50:53 +0000 (12:50 -0700)
committerCopybara-Service <copybara-worker@google.com>
Mon, 13 Jun 2022 19:51:26 +0000 (12:51 -0700)
PiperOrigin-RevId: 454677195
Change-Id: I7a1419e22d617db41a5c310bc6f6158ba4cec1ab

docs/gmock_cook_book.md

index b6abffae3a799495f7321e939261ac75fa50a673..8a11d864f202466de6f284091f9724c3164f097e 100644 (file)
@@ -392,8 +392,7 @@ Old macros and their new equivalents:
 If a mock method has no `EXPECT_CALL` spec but is called, we say that it's an
 "uninteresting call", and the default action (which can be specified using
 `ON_CALL()`) of the method will be taken. Currently, an uninteresting call will
-also by default cause gMock to print a warning. (In the future, we might remove
-this warning by default.)
+also by default cause gMock to print a warning.
 
 However, sometimes you may want to ignore these uninteresting calls, and
 sometimes you may want to treat them as errors. gMock lets you make the decision