We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a26e1 commit d0ba3ccCopy full SHA for d0ba3cc
docs/advanced.md
@@ -562,7 +562,7 @@ The automated testing framework does not set the style flag. You can choose a
562
particular style of death tests by setting the flag programmatically:
563
564
```c++
565
-GTEST_FLAG_SET(death_test_style, "threadsafe")
+GTEST_FLAG_SET(death_test_style, "threadsafe");
566
```
567
568
You can do this in `main()` to set the style for all death tests in the binary,
0 commit comments