| Index: tests/PathOpsOpCubicThreadedTest.cpp
|
| diff --git a/tests/PathOpsOpCubicThreadedTest.cpp b/tests/PathOpsOpCubicThreadedTest.cpp
|
| index 26617b885f52ceae338a7b098a677e4954de415c..12eb71b906839de34358a94d52b8d528a57dfaa9 100644
|
| --- a/tests/PathOpsOpCubicThreadedTest.cpp
|
| +++ b/tests/PathOpsOpCubicThreadedTest.cpp
|
| @@ -64,7 +64,7 @@ static void testOpCubicsMain(PathOpsThreadState* data) {
|
| SkPathOpsDebug::OpStr((SkPathOp) op));
|
| str += sprintf(str, "}\n");
|
| }
|
| - if (!testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
|
| + if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
|
| if (progress) {
|
| ++loopNo;
|
| goto skipToNext;
|
|
|