commit | f3ff8dc6f42583ca179cf87919a0aa15597b942b | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Sep 27 23:23:36 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 27 23:23:36 2018 +0000 |
tree | 098e7c8492f0ca6263e178272214d4dc88f43660 | |
parent | ddf92a1ba505a8bc01228438a200cf6a9994836e [diff] | |
parent | 21557cdd2eaef8d22db3d63bccbdddc946b06ad6 [diff] |
Merge "Ignore output to stderr while enumerating tests"
diff --git a/tests/gtest_main.cpp b/tests/gtest_main.cpp index ba29825..2bbd582 100644 --- a/tests/gtest_main.cpp +++ b/tests/gtest_main.cpp
@@ -309,7 +309,6 @@ posix_spawn_file_actions_init(&fa); posix_spawn_file_actions_addclose(&fa, read_fd); posix_spawn_file_actions_adddup2(&fa, write_fd, 1); - posix_spawn_file_actions_adddup2(&fa, write_fd, 2); posix_spawn_file_actions_addclose(&fa, write_fd); pid_t pid;