From 1293297874290e1d7cfd73279d4a6d49617ca400 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 27 Apr 2020 13:27:12 -0400 Subject: Googletest export internal change PiperOrigin-RevId: 308648034 --- googlemock/docs/for_dummies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/googlemock/docs/for_dummies.md b/googlemock/docs/for_dummies.md index 327e6cc3..8f5d17ae 100644 --- a/googlemock/docs/for_dummies.md +++ b/googlemock/docs/for_dummies.md @@ -257,8 +257,8 @@ Stack trace: ... ``` -**Tip 1:** If you run the test from an Emacs buffer, you can hit 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 `` 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 -- cgit v1.2.3