Index: tests/PathOpsSimplifyRectThreadedTest.cpp |
diff --git a/tests/PathOpsSimplifyRectThreadedTest.cpp b/tests/PathOpsSimplifyRectThreadedTest.cpp |
index 9e6a5eaf03307f493395988e1477e963a36a263c..52a78ece847a5e40603116d29d8e49460d1fceac 100644 |
--- a/tests/PathOpsSimplifyRectThreadedTest.cpp |
+++ b/tests/PathOpsSimplifyRectThreadedTest.cpp |
@@ -187,8 +187,8 @@ static void testSimplify4x4RectsMain(PathOpsThreadState* data) |
} |
DEF_TEST(PathOpsSimplifyRectsThreaded, reporter) { |
- int threadCount = initializeTests(reporter, "testLine"); |
- PathOpsThreadedTestRunner testRunner(reporter, threadCount); |
+ initializeTests(reporter, "testLine"); |
+ PathOpsThreadedTestRunner testRunner(reporter); |
for (int a = 0; a < 8; ++a) { // outermost |
for (int b = a ; b < 8; ++b) { |
for (int c = b ; c < 8; ++c) { |