aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsOpCubicThreadedTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsOpCubicThreadedTest.cpp')
-rw-r--r--tests/PathOpsOpCubicThreadedTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsOpCubicThreadedTest.cpp b/tests/PathOpsOpCubicThreadedTest.cpp
index 4197d76624..3448ee94cb 100644
--- a/tests/PathOpsOpCubicThreadedTest.cpp
+++ b/tests/PathOpsOpCubicThreadedTest.cpp
@@ -59,7 +59,7 @@ static void testOpCubicsMain(PathOpsThreadState* data)
static void PathOpsOpCubicsThreadedTest(skiatest::Reporter* reporter)
{
- int threadCount = initializeTests("cubicOp");
+ int threadCount = initializeTests(reporter, "cubicOp");
PathOpsThreadedTestRunner testRunner(reporter, threadCount);
for (int a = 0; a < 6; ++a) { // outermost
for (int b = a + 1; b < 7; ++b) {