From 9741c42200b66abc708ee6da269a29c8bd912cee Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 19 May 2021 18:36:03 -0700 Subject: [PATCH] Googletest export Add missing link PiperOrigin-RevId: 374774097 --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 7994fc8b..dcf41e8d 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -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