Googletest export

internal change

PiperOrigin-RevId: 308648034
This commit is contained in:
Abseil Team 2020-04-27 13:27:12 -04:00 committed by Gennadiy Rozental
parent ef25d27d46
commit 1293297874

View File

@ -257,8 +257,8 @@ Stack trace:
...
```
**Tip 1:** If you run the test from an Emacs buffer, you can hit <Enter> on the
line number to jump right to the failed expectation.
**Tip 1:** If you run the test from an Emacs buffer, you can hit `<Enter>` on
the line number to jump right to the failed expectation.
**Tip 2:** If your mock objects are never deleted, the final verification won't
happen. Therefore it's a good idea to turn on the heap checker in your tests