Minor changes.
This commit is contained in:
parent
683886c567
commit
fb9caa4a18
|
@ -1410,7 +1410,7 @@ const ::std::vector<testing::internal::string>& GetInjectableArgvs();
|
||||||
void SetInjectableArgvs(const ::std::vector<testing::internal::string>*
|
void SetInjectableArgvs(const ::std::vector<testing::internal::string>*
|
||||||
new_argvs);
|
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;
|
extern ::std::vector<testing::internal::string> g_argvs;
|
||||||
|
|
||||||
#endif // GTEST_HAS_DEATH_TEST
|
#endif // GTEST_HAS_DEATH_TEST
|
||||||
|
|
|
@ -6333,7 +6333,7 @@ TEST_F(InitGoogleTestTest, WideStrings) {
|
||||||
|
|
||||||
GTEST_TEST_PARSING_FLAGS_(argv, argv2, expected_flags, false);
|
GTEST_TEST_PARSING_FLAGS_(argv, argv2, expected_flags, false);
|
||||||
}
|
}
|
||||||
#endif // GTEST_OS_WINDOWS
|
# endif // GTEST_OS_WINDOWS
|
||||||
|
|
||||||
// Tests current_test_info() in UnitTest.
|
// Tests current_test_info() in UnitTest.
|
||||||
class CurrentTestInfoTest : public Test {
|
class CurrentTestInfoTest : public Test {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user