diff options
| -rwxr-xr-x | googletest/test/gtest_list_tests_unittest.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/googletest/test/gtest_list_tests_unittest.py b/googletest/test/gtest_list_tests_unittest.py index 0844f98a..ebf1a3c9 100755 --- a/googletest/test/gtest_list_tests_unittest.py +++ b/googletest/test/gtest_list_tests_unittest.py @@ -70,7 +70,7 @@ FooTest\.  TypedTest/0\.  # TypeParam = (VeryLo{245}|class VeryLo{239})\.\.\.    TestA    TestB -TypedTest/1\.  # TypeParam = int\s*\* +TypedTest/1\.  # TypeParam = int\s*\*( __ptr64)?    TestA    TestB  TypedTest/2\.  # TypeParam = .*MyArray<bool,\s*42> @@ -79,7 +79,7 @@ TypedTest/2\.  # TypeParam = .*MyArray<bool,\s*42>  My/TypeParamTest/0\.  # TypeParam = (VeryLo{245}|class VeryLo{239})\.\.\.    TestA    TestB -My/TypeParamTest/1\.  # TypeParam = int\s*\* +My/TypeParamTest/1\.  # TypeParam = int\s*\*( __ptr64)?    TestA    TestB  My/TypeParamTest/2\.  # TypeParam = .*MyArray<bool,\s*42> | 
