aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-07-18 15:27:51 -0400
committerGennadiy Civil <misterg@google.com>2019-07-18 15:27:51 -0400
commitb77e5c76252bac322bb82c5b444f050bd0d92451 (patch)
tree13e73f0759e2bbd3014c6940433c97455387e563 /googletest/README.md
parenta743249a5534eb57d3f5b4b0bb6d51b8dd2d5c68 (diff)
downloadgoogletest-b77e5c76252bac322bb82c5b444f050bd0d92451.tar.gz
googletest-b77e5c76252bac322bb82c5b444f050bd0d92451.tar.bz2
googletest-b77e5c76252bac322bb82c5b444f050bd0d92451.zip
Manual docs tweaks still in preparation for including docs with code pushes
Diffstat (limited to 'googletest/README.md')
-rw-r--r--googletest/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 6992f3ca..766ddc1e 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -174,9 +174,9 @@ We list the most frequently used macros below. For a complete list, see file
### Multi-threaded Tests
Google Test is thread-safe where the pthread library is available. After
-`#include "gtest/gtest.h"`, you can check the `GTEST_IS_THREADSAFE` macro to see
-whether this is the case (yes if the macro is `#defined` to 1, no if it's
-undefined.).
+`#include "gtest/gtest.h"`, you can check the
+`GTEST_IS_THREADSAFE` macro to see whether this is the case (yes if the macro is
+`#defined` to 1, no if it's undefined.).
If Google Test doesn't correctly detect whether pthread is available in your
environment, you can force it with