Commit 12932978 authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Rozental
Browse files

Googletest export

internal change

PiperOrigin-RevId: 308648034
parent ef25d27d
...@@ -257,8 +257,8 @@ Stack trace: ...@@ -257,8 +257,8 @@ Stack trace:
... ...
``` ```
**Tip 1:** If you run the test from an Emacs buffer, you can hit <Enter> on the **Tip 1:** If you run the test from an Emacs buffer, you can hit `<Enter>` on
line number to jump right to the failed expectation. the line number to jump right to the failed expectation.
**Tip 2:** If your mock objects are never deleted, the final verification won't **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 happen. Therefore it's a good idea to turn on the heap checker in your tests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment