summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-output-test_.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-29 03:46:23 (GMT)
committerGitHub <noreply@github.com>2018-08-29 03:46:23 (GMT)
commit9b2016a01d19709b2ea94b5cc880b830e4d537ef (patch)
tree938d4aa81b0fa1e6e24a4273a5ee1eea7f7ea12c /googletest/test/googletest-output-test_.cc
parente8e26d25bd0bf708a4509f9fe2a6445898c45d75 (diff)
downloadgoogletest-9b2016a01d19709b2ea94b5cc880b830e4d537ef.zip
googletest-9b2016a01d19709b2ea94b5cc880b830e4d537ef.tar.gz
googletest-9b2016a01d19709b2ea94b5cc880b830e4d537ef.tar.bz2
typo
Diffstat (limited to 'googletest/test/googletest-output-test_.cc')
-rw-r--r--googletest/test/googletest-output-test_.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-output-test_.cc b/googletest/test/googletest-output-test_.cc
index e499324..180630e 100644
--- a/googletest/test/googletest-output-test_.cc
+++ b/googletest/test/googletest-output-test_.cc
@@ -1103,7 +1103,7 @@ int main(int argc, char **argv) {
testing::AddGlobalTestEnvironment(new FooEnvironment);
testing::AddGlobalTestEnvironment(new BarEnvironment);
#if _MSC_VER
- GTEST_DISABLE_MSC_WARNINGS_POP()
+ GTEST_DISABLE_MSC_WARNINGS_POP_() // 4127
#endif // . _MSC_VER
return RunAllTests();
}