Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
12932978
Commit
12932978
authored
Apr 27, 2020
by
Abseil Team
Committed by
Gennadiy Rozental
May 01, 2020
Browse files
Googletest export
internal change PiperOrigin-RevId: 308648034
parent
ef25d27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googlemock/docs/for_dummies.md
googlemock/docs/for_dummies.md
+2
-2
No files found.
googlemock/docs/for_dummies.md
View file @
12932978
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment