aboutsummaryrefslogtreecommitdiff
path: root/googletest
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2024-04-02 07:53:31 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-02 07:53:31 -0700
commitc4fec74514a59e4501540a77703606910cb0ee60 (patch)
treeecd7c082e6dc297fb0629d2b3d05019bfb38f052 /googletest
parent77afe8e0149c207edd9561c28de6d2226673b51f (diff)
parent53ee0fc0b2239ef0bd0db23583a91102472e0cbe (diff)
downloadgoogletest-c4fec74514a59e4501540a77703606910cb0ee60.zip
googletest-c4fec74514a59e4501540a77703606910cb0ee60.tar.gz
googletest-c4fec74514a59e4501540a77703606910cb0ee60.tar.bz2
Merge pull request #4502 from davidmatson:fixStreamHelpTextOs
PiperOrigin-RevId: 621172364 Change-Id: Ibaacb17c60b5ee0e58c3689b79aa2cd6b49dc1c4
Diffstat (limited to 'googletest')
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 36f4a2d..b429050 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -379,7 +379,7 @@ GTEST_DEFINE_string_(
testing::internal::StringFromGTestEnv("stream_result_to", ""),
"This flag specifies the host name and the port number on which to stream "
"test results. Example: \"localhost:555\". The flag is effective only on "
- "Linux.");
+ "Linux and macOS.");
GTEST_DEFINE_bool_(
throw_on_failure,