summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-11 05:41:41 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-11 05:41:41 (GMT)
commitbcaf6f542fac67549528027c24e530e0e89f700b (patch)
tree90a70bf592b4cd99e57705a0e6b4724294283659 /src
parent16e9dd6e28a8a7fb2d611011e7353e042fcb282f (diff)
downloadgoogletest-bcaf6f542fac67549528027c24e530e0e89f700b.zip
googletest-bcaf6f542fac67549528027c24e530e0e89f700b.tar.gz
googletest-bcaf6f542fac67549528027c24e530e0e89f700b.tar.bz2
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects.
Diffstat (limited to 'src')
-rw-r--r--src/gtest.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gtest.cc b/src/gtest.cc
index 1b602f5..677396d 100644
--- a/src/gtest.cc
+++ b/src/gtest.cc
@@ -3793,8 +3793,9 @@ int UnitTestImpl::RunAllTests() {
if (g_help_flag)
return 0;
- // TODO(vladl@google.com): Add a call to PostFlagParsingInit() here when
- // merging into the main branch.
+ // Repeats the call to the post-flag parsing initialization in case the
+ // user didn't call InitGoogleTest.
+ PostFlagParsingInit();
// Even if sharding is not on, test runners may want to use the
// GTEST_SHARD_STATUS_FILE to query whether the test supports the sharding