Skip to content

Commit

Permalink
Merge pull request #4502 from davidmatson:fixStreamHelpTextOs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621172364
Change-Id: Ibaacb17c60b5ee0e58c3689b79aa2cd6b49dc1c4
  • Loading branch information
copybara-github committed Apr 2, 2024
2 parents 77afe8e + 53ee0fc commit c4fec74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/src/gtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c4fec74

Please sign in to comment.