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
99ea9ca3
Commit
99ea9ca3
authored
May 28, 2020
by
Derek Mauro
Browse files
Merge pull request #2698 from aribibek:patch-1
PiperOrigin-RevId: 312342956
parents
6b08b41e
461bd03f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/primer.md
googletest/docs/primer.md
+1
-1
No files found.
googletest/docs/primer.md
View file @
99ea9ca3
...
@@ -169,7 +169,7 @@ you'll get a compiler error. We used to require the arguments to support the
...
@@ -169,7 +169,7 @@ you'll get a compiler error. We used to require the arguments to support the
`<<`
is supported, it will be called to print the arguments when the assertion
`<<`
is supported, it will be called to print the arguments when the assertion
fails; otherwise googletest will attempt to print them in the best way it can.
fails; otherwise googletest will attempt to print them in the best way it can.
For more details and how to customize the printing of the arguments, see the
For more details and how to customize the printing of the arguments, see the
[
documentation
](
.
./../googlemock/docs/cook_book
.md#teaching-g
mock
-how-to-print-your-values
)
.
[
documentation
](
.
/advanced
.md#teaching-g
oogletest
-how-to-print-your-values
)
.
These assertions can work with a user-defined type, but only if you define the
These assertions can work with a user-defined type, but only if you define the
corresponding comparison operator (e.g.,
`==`
or
`<`
). Since this is discouraged
corresponding comparison operator (e.g.,
`==`
or
`<`
). Since this is discouraged
...
...
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