code cleanup in preparation for merges, cl 180857299

This commit is contained in:
Gennadiy Civil
2018-01-04 21:49:27 -05:00
parent be6ee26a9b
commit 19b5774ccf
12 changed files with 19 additions and 16 deletions

View File

@@ -210,6 +210,7 @@ void TestRepeatWithFilterForFailedTests(int repeat) {
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
testing::AddGlobalTestEnvironment(new MyEnvironment);
TestRepeatUnspecified();