| Index: tests/PathTest.cpp
|
| diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
|
| index 7a1d5abf2b62595208d440fc4b4c985a3c10caf8..3aa24c3a11503fa3d8586cc7137d6ac378720047 100644
|
| --- a/tests/PathTest.cpp
|
| +++ b/tests/PathTest.cpp
|
| @@ -2599,10 +2599,7 @@ static void TestPath(skiatest::Reporter* reporter) {
|
| test_bad_cubic_crbug234190();
|
| test_android_specific_behavior(reporter);
|
| test_path_close_issue1474(reporter);
|
| -
|
| - if (false) { // will remove when fix lands
|
| - test_path_to_region(reporter);
|
| - }
|
| + test_path_to_region(reporter);
|
| }
|
|
|
| #include "TestClassDef.h"
|
|
|