diff options
Diffstat (limited to 'googletest/test')
-rw-r--r-- | googletest/test/googletest-output-test_.cc | 2 |
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(); } |