Unverified Commit 9b2016a0 by Gennadiy Civil Committed by GitHub

typo

parent e8e26d25
...@@ -1103,7 +1103,7 @@ int main(int argc, char **argv) { ...@@ -1103,7 +1103,7 @@ int main(int argc, char **argv) {
testing::AddGlobalTestEnvironment(new FooEnvironment); testing::AddGlobalTestEnvironment(new FooEnvironment);
testing::AddGlobalTestEnvironment(new BarEnvironment); testing::AddGlobalTestEnvironment(new BarEnvironment);
#if _MSC_VER #if _MSC_VER
GTEST_DISABLE_MSC_WARNINGS_POP() GTEST_DISABLE_MSC_WARNINGS_POP_() // 4127
#endif // . _MSC_VER #endif // . _MSC_VER
return RunAllTests(); return RunAllTests();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment