diff options
Diffstat (limited to 'tests/PathOpsOpLoopThreadedTest.cpp')
| -rwxr-xr-x | tests/PathOpsOpLoopThreadedTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsOpLoopThreadedTest.cpp b/tests/PathOpsOpLoopThreadedTest.cpp index d8689bfc17..3f6d081e5d 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"); } } } |
