aboutsummaryrefslogtreecommitdiff
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
parent77afe8e0149c207edd9561c28de6d2226673b51f (diff)
parent53ee0fc0b2239ef0bd0db23583a91102472e0cbe (diff)
downloadgoogletest-c4fec74514a59e4501540a77703606910cb0ee60.tar.gz
Merge pull request #4502 from davidmatson:fixStreamHelpTextOs
PiperOrigin-RevId: 621172364 Change-Id: Ibaacb17c60b5ee0e58c3689b79aa2cd6b49dc1c4
-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 36f4a2da..b4290504 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,