diff options
author | Gennadiy Civil <misterg@google.com> | 2019-07-18 11:34:17 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-07-18 11:34:17 -0400 |
commit | 34ddfff9469cba9944ba0159beca02fb42321465 (patch) | |
tree | 1be578b1fb65fab523efa9216ed9803dfb3027b4 /googlemock/docs/gmock_faq.md | |
parent | 2ef13f524b837a68bae27ae1123da0400dff6285 (diff) | |
download | googletest-34ddfff9469cba9944ba0159beca02fb42321465.tar.gz googletest-34ddfff9469cba9944ba0159beca02fb42321465.tar.bz2 googletest-34ddfff9469cba9944ba0159beca02fb42321465.zip |
Manual docs tweaks still in preparation for including docs with code pushes
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 27f0eb06..184c501f 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? |