From 53ee0fc0b2239ef0bd0db23583a91102472e0cbe Mon Sep 17 00:00:00 2001 From: David Matson Date: Thu, 28 Mar 2024 16:59:37 -0700 Subject: Fix help text for stream_result_to flag. Support for Mac was previously added, in addition to Linux. Fix the help text to match the code. --- googletest/src/gtest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index 36f4a2da..9c230115 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 Mac."); GTEST_DEFINE_bool_( throw_on_failure, -- cgit v1.2.3