Googletest export

Internal Change

PiperOrigin-RevId: 260939845
This commit is contained in:
misterg
2019-07-31 12:22:29 -04:00
committed by Gennadiy Civil
parent 9311242db4
commit 2221875d0b
5 changed files with 173 additions and 19 deletions

View File

@@ -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.
```
<<!-- GOOGLETEST_CM0030 DO NOT DELETE -->
<!-- GOOGLETEST_CM0030 DO NOT DELETE -->
### I can't figure out why gMock thinks my expectations are not satisfied. What should I do?