aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2015-07-14 20:44:00 +0000
committerkosak <kosak@google.com>2015-07-14 20:44:00 +0000
commitfb9caa4a18853ed3fc404c3ba5c47c9be695eae7 (patch)
tree54cac10497f935fcd9c451d23e5a6497c0a55bf8 /include
parent683886c5676dca2e8198bbf5f735f79387d10fc6 (diff)
downloadgoogletest-fb9caa4a18853ed3fc404c3ba5c47c9be695eae7.tar.gz
googletest-fb9caa4a18853ed3fc404c3ba5c47c9be695eae7.tar.bz2
googletest-fb9caa4a18853ed3fc404c3ba5c47c9be695eae7.zip
Minor changes.
Diffstat (limited to 'include')
-rw-r--r--include/gtest/internal/gtest-port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h
index 3c807843..83fa75db 100644
--- a/include/gtest/internal/gtest-port.h
+++ b/include/gtest/internal/gtest-port.h
@@ -1410,7 +1410,7 @@ const ::std::vector<testing::internal::string>& GetInjectableArgvs();
void SetInjectableArgvs(const ::std::vector<testing::internal::string>*
new_argvs);
-// A copy of all command line arguments. Set by InitGoogleTest().
+// A copy of all command line arguments. Set by ParseGTestFlags().
extern ::std::vector<testing::internal::string> g_argvs;
#endif // GTEST_HAS_DEATH_TEST