diff options
Diffstat (limited to 'googlemock/docs/gmock_faq.md')
-rw-r--r-- | googlemock/docs/gmock_faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/gmock_faq.md b/googlemock/docs/gmock_faq.md index 27f0eb0..184c501 100644 --- a/googlemock/docs/gmock_faq.md +++ b/googlemock/docs/gmock_faq.md @@ -1,6 +1,6 @@ ## Legacy gMock FAQ {#GMockFaq} -<!-- GOOGLETEST_CM0020 DO NOT DELETE --> +<!-- GOOGLETEST_CM0021 DO NOT DELETE --> ### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem? |