Index: tests/PathOpsOpRectThreadedTest.cpp |
diff --git a/tests/PathOpsOpRectThreadedTest.cpp b/tests/PathOpsOpRectThreadedTest.cpp |
index e9732336e897d41d5d5050af3d6bdcfea1cbaf47..3d07d74bb0f825ce8de62c4c2ba49f430ccc0fb5 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"); |
} |
} |
} |