| Index: tests/PathOpsOpLoopThreadedTest.cpp
|
| diff --git a/tests/PathOpsOpLoopThreadedTest.cpp b/tests/PathOpsOpLoopThreadedTest.cpp
|
| index d8689bfc1788f25bb493cb7396ac961376a4fb2e..3f6d081e5d287d685c9200806284859508c3ab75 100755
|
| --- a/tests/PathOpsOpLoopThreadedTest.cpp
|
| +++ b/tests/PathOpsOpLoopThreadedTest.cpp
|
| @@ -85,7 +85,7 @@ static void testOpLoopsMain(PathOpsThreadState* data) {
|
| if (progress) {
|
| outputProgress(state.fPathStr, pathStr, kIntersect_SkPathOp);
|
| }
|
| - testThreadedPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops");
|
| + testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops");
|
| }
|
| }
|
| }
|
|
|