Googletest export

Add missing link

PiperOrigin-RevId: 374774097
This commit is contained in:
Abseil Team 2021-05-19 18:36:03 -07:00 committed by Dino Radaković
parent f8519738b0
commit 9741c42200

View File

@ -640,7 +640,7 @@ exception and avoid the crash. If you want to verify exceptions thrown by your
code, see [Exception Assertions](#ExceptionAssertions).
If you want to test `EXPECT_*()/ASSERT_*()` failures in your test code, see
Catching Failures
["Catching" Failures](#catching-failures).
### How to Write a Death Test