From 9b2016a01d19709b2ea94b5cc880b830e4d537ef Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Tue, 28 Aug 2018 23:46:23 -0400 Subject: [PATCH] typo --- googletest/test/googletest-output-test_.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/test/googletest-output-test_.cc b/googletest/test/googletest-output-test_.cc index e499324a..180630e2 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(); }