aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsOpRectThreadedTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsOpRectThreadedTest.cpp')
-rw-r--r--tests/PathOpsOpRectThreadedTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsOpRectThreadedTest.cpp b/tests/PathOpsOpRectThreadedTest.cpp
index d2fb1185ac..9195e4a616 100644
--- a/tests/PathOpsOpRectThreadedTest.cpp
+++ b/tests/PathOpsOpRectThreadedTest.cpp
@@ -71,7 +71,7 @@ static void testPathOpsRectsMain(PathOpsThreadState* data)
if (progress) {
outputProgress(state.fPathStr, pathStr, (SkPathOp) op);
}
- testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
+ testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
}
}
}