Skip to content

Commit c4fec74

Browse files
Merge pull request #4502 from davidmatson:fixStreamHelpTextOs
PiperOrigin-RevId: 621172364 Change-Id: Ibaacb17c60b5ee0e58c3689b79aa2cd6b49dc1c4
2 parents 77afe8e + 53ee0fc commit c4fec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/gtest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ GTEST_DEFINE_string_(
379379
testing::internal::StringFromGTestEnv("stream_result_to", ""),
380380
"This flag specifies the host name and the port number on which to stream "
381381
"test results. Example: \"localhost:555\". The flag is effective only on "
382-
"Linux.");
382+
"Linux and macOS.");
383383

384384
GTEST_DEFINE_bool_(
385385
throw_on_failure,

0 commit comments

Comments
 (0)