Commit 3821ecd5 authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Civil
Browse files

Googletest export

Fix broken link.

PiperOrigin-RevId: 260548004
parent a45c24ac
...@@ -595,8 +595,8 @@ In this example, we test that `Foo()` calls the three expected functions in the ...@@ -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. 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 (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 them? Can you specify an arbitrary partial order? The answer is ... yes! The
are impatient, the details can be found [here](#PartialOrder).) details can be found [here](cook_book.md#OrderedCalls).)
#### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations} #### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment