summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2015-07-14 20:44:00 +0000
committerkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2015-07-14 20:44:00 +0000
commit38f426b3178c8e9a6ba2498adaf1399bf81b7660 (patch)
tree54cac10497f935fcd9c451d23e5a6497c0a55bf8
parentc0a1ccae495eeefb4e57ad8a2221779bd542982e (diff)
downloadgoogletest-38f426b3178c8e9a6ba2498adaf1399bf81b7660.tar.gz
Minor changes.
git-svn-id: http://googletest.googlecode.com/svn/trunk@717 861a406c-534a-0410-8894-cb66d6ee9925
-rw-r--r--include/gtest/internal/gtest-port.h2
-rw-r--r--test/gtest_unittest.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h
index 3c80784..83fa75d 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
diff --git a/test/gtest_unittest.cc b/test/gtest_unittest.cc
index 774fa83..8f8abb3 100644
--- a/test/gtest_unittest.cc
+++ b/test/gtest_unittest.cc
@@ -6333,7 +6333,7 @@ TEST_F(InitGoogleTestTest, WideStrings) {
GTEST_TEST_PARSING_FLAGS_(argv, argv2, expected_flags, false);
}
-#endif // GTEST_OS_WINDOWS
+# endif // GTEST_OS_WINDOWS
// Tests current_test_info() in UnitTest.
class CurrentTestInfoTest : public Test {