Googletest export

Fix broken link.

PiperOrigin-RevId: 260548004
This commit is contained in:
Abseil Team 2019-07-29 14:54:32 -04:00 committed by Gennadiy Civil
parent a45c24ac18
commit 3821ecd573

View File

@ -595,8 +595,8 @@ In this example, we test that `Foo()` calls the three expected functions in the
order as written. If a call is made out-of-order, it will be an error.
(What if you care about the relative order of some of the calls, but not all of
them? Can you specify an arbitrary partial order? The answer is ... yes! If you
are impatient, the details can be found [here](#PartialOrder).)
them? Can you specify an arbitrary partial order? The answer is ... yes! The
details can be found [here](cook_book.md#OrderedCalls).)
#### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}