Googletest export

Clean up links to Matchers Reference

PiperOrigin-RevId: 370821457
This commit is contained in:
Abseil Team
2021-04-27 23:56:12 -04:00
committed by Derek Mauro
parent 680a5aa337
commit 065a0c8140
2 changed files with 4 additions and 4 deletions

View File

@@ -1088,7 +1088,8 @@ z`. Note that in this example, it wasn't necessary specify the positional
matchers.
As a convenience and example, gMock provides some matchers for 2-tuples,
including the `Lt()` matcher above. See [here](#MultiArgMatchers) for the
including the `Lt()` matcher above. See
[Multi-argument Matchers](reference/matchers.md#MultiArgMatchers) for the
complete list.
Note that if you want to pass the arguments to a predicate of your own (e.g.