Googletest export

Fixes #3222, fixes #3225, closes #3223

PiperOrigin-RevId: 352066131
This commit is contained in:
Abseil Team
2021-01-15 15:50:04 -05:00
committed by Derek Mauro
parent 5ae6e6e7e1
commit d128fc8252
6 changed files with 10 additions and 14 deletions

View File

@@ -30,10 +30,10 @@ gMock:
Details and examples can be found here:
* [gMock for Dummies](docs/for_dummies.md)
* [Legacy gMock FAQ](docs/gmock_faq.md)
* [gMock Cookbook](docs/cook_book.md)
* [gMock Cheat Sheet](docs/cheat_sheet.md)
* [gMock for Dummies](../docs/gmock_for_dummies.md)
* [Legacy gMock FAQ](../docs/gmock_faq.md)
* [gMock Cookbook](../docs/gmock_cook_book.md)
* [gMock Cheat Sheet](../docs/gmock_cheat_sheet.md)
Please note that code under scripts/generator/ is from the
[cppclean project](http://code.google.com/p/cppclean/) and under the Apache