mirror of
https://github.com/google/googletest.git
synced 2025-12-04 23:06:51 +08:00
typo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user