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 e9732336e8..3d07d74bb0 100644
--- a/tests/PathOpsOpRectThreadedTest.cpp
+++ b/tests/PathOpsOpRectThreadedTest.cpp
@@ -63,7 +63,7 @@ static void testPathOpsRectsMain(PathOpsThreadState* data)
if (progress) {
outputProgress(state.fPathStr, pathStr, (SkPathOp) op);
}
- testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op);
+ testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
}
}
}