From a7f4af90bc28412b653ad084b720feecc66a59b8 Mon Sep 17 00:00:00 2001 From: Brice Decaestecker <37740771+NyuB@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:57:02 +0200 Subject: [PATCH] Remove 'nowrap' typo --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 1ed34710c..6946f397b 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -1988,7 +1988,7 @@ If your test program contains [global set-up/tear-down](#global-set-up-and-tear-down) code, it will be repeated in each iteration as well, as the flakiness may be in it. To avoid repeating global set-up/tear-down, specify -`--gtest_recreate_environments_when_repeating=false`{.nowrap}. +`--gtest_recreate_environments_when_repeating=false`. You can also specify the repeat count by setting the `GTEST_REPEAT` environment variable.