Index: tests/PathOpsSimplifyQuadThreadedTest.cpp |
diff --git a/tests/PathOpsSimplifyQuadThreadedTest.cpp b/tests/PathOpsSimplifyQuadThreadedTest.cpp |
index dbbec3e3e6bc654c664be6e64368f19e1c90e684..3c92cca217cdac77d99faa57a25117f0a15fb693 100644 |
--- a/tests/PathOpsSimplifyQuadThreadedTest.cpp |
+++ b/tests/PathOpsSimplifyQuadThreadedTest.cpp |
@@ -74,8 +74,8 @@ static void testSimplifyQuadsMain(PathOpsThreadState* data) |
} |
DEF_TEST(PathOpsSimplifyQuadsThreaded, reporter) { |
- int threadCount = initializeTests(reporter, "testQuads"); |
- PathOpsThreadedTestRunner testRunner(reporter, threadCount); |
+ initializeTests(reporter, "testQuads"); |
+ PathOpsThreadedTestRunner testRunner(reporter); |
int a = 0; |
for (; a < 16; ++a) { |
for (int b = a ; b < 16; ++b) { |