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 e7aec8a432..58e4707020 100644
--- a/tests/PathOpsOpRectThreadedTest.cpp
+++ b/tests/PathOpsOpRectThreadedTest.cpp
@@ -67,7 +67,7 @@ static void testPathOpsRectsMain(PathOpsThreadState* data)
}
static void PathOpsRectsThreadedTest(skiatest::Reporter* reporter) {
- int threadCount = initializeTests("testOp");
+ int threadCount = initializeTests(reporter, "testOp");
PathOpsThreadedTestRunner testRunner(reporter, threadCount);
for (int a = 0; a < 6; ++a) { // outermost
for (int b = a + 1; b < 7; ++b) {