Index: tests/PathOpsOpCircleThreadedTest.cpp |
diff --git a/tests/PathOpsOpCircleThreadedTest.cpp b/tests/PathOpsOpCircleThreadedTest.cpp |
index 73abdec438c7f60316aad910f8189eb197d84de2..0bb75cc021a531f9fcd3f0f1e8f7d806fc095337 100644 |
--- a/tests/PathOpsOpCircleThreadedTest.cpp |
+++ b/tests/PathOpsOpCircleThreadedTest.cpp |
@@ -53,7 +53,7 @@ static void testOpCirclesMain(PathOpsThreadState* data) { |
if (progress) { |
outputProgress(state.fPathStr, pathStr, (SkPathOp) op); |
} |
- testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles"); |
+ testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles"); |
} |
} |
} |