We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d0c36 commit 315a1e8Copy full SHA for 315a1e8
docs/faq.md
@@ -325,7 +325,7 @@ You may still want to use `SetUp()/TearDown()` in the following cases:
325
enabled in the compiler. Therefore you should prefer `TearDown()` if you
326
want to write portable tests that work with or without exceptions.
327
* The GoogleTest team is considering making the assertion macros throw on
328
- platforms where exceptions are enabled (e.g. Windows, Mac OS, and Linux
+ platforms where exceptions are enabled (e.g. Windows, macOS, and Linux
329
client-side), which will eliminate the need for the user to propagate
330
failures from a subroutine to its caller. Therefore, you shouldn't use
331
GoogleTest assertions in a destructor if your code could run on such a
0 commit comments