Skip to content

Commit fac82b6

Browse files
committed
modify macOS name
1 parent 35d0c36 commit fac82b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ You may still want to use `SetUp()/TearDown()` in the following cases:
325325
enabled in the compiler. Therefore you should prefer `TearDown()` if you
326326
want to write portable tests that work with or without exceptions.
327327
* The GoogleTest team is considering making the assertion macros throw on
328-
platforms where exceptions are enabled (e.g. Windows, Mac OS, and Linux
328+
platforms where exceptions are enabled (e.g. Windows, macOS, and Linux
329329
client-side), which will eliminate the need for the user to propagate
330330
failures from a subroutine to its caller. Therefore, you shouldn't use
331331
GoogleTest assertions in a destructor if your code could run on such a

0 commit comments

Comments
 (0)