aboutsummaryrefslogtreecommitdiff
path: root/tests/PathOpsOpLoopThreadedTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsOpLoopThreadedTest.cpp')
-rwxr-xr-xtests/PathOpsOpLoopThreadedTest.cpp2
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");
}
}
}