From 2221875d0bc7b835e93d6c562f4879251037fa1f Mon Sep 17 00:00:00 2001 From: misterg Date: Wed, 31 Jul 2019 12:22:29 -0400 Subject: Googletest export Internal Change PiperOrigin-RevId: 260939845 --- googlemock/docs/gmock_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'googlemock/docs') diff --git a/googlemock/docs/gmock_faq.md b/googlemock/docs/gmock_faq.md index 8bc45b18..3c932291 100644 --- a/googlemock/docs/gmock_faq.md +++ b/googlemock/docs/gmock_faq.md @@ -81,7 +81,7 @@ void Bar(int* p); // Neither p nor *p is const. void Bar(const int* p); // p is not const, but *p is. ``` -< + ### I can't figure out why gMock thinks my expectations are not satisfied. What should I do? -- cgit v1.2.3