typo
This commit is contained in:
parent
e8e26d25bd
commit
9b2016a01d
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user