| Index: tests/PathOpsQuadLineIntersectionThreadedTest.cpp
|
| diff --git a/tests/PathOpsQuadLineIntersectionThreadedTest.cpp b/tests/PathOpsQuadLineIntersectionThreadedTest.cpp
|
| index fd7581fa5835c3724870d097ae39f9c3f2b711c8..7e33b7b374ce52d81d9b80f0f5b8b6875de8b381 100644
|
| --- a/tests/PathOpsQuadLineIntersectionThreadedTest.cpp
|
| +++ b/tests/PathOpsQuadLineIntersectionThreadedTest.cpp
|
| @@ -111,8 +111,8 @@ static void testQuadLineIntersectMain(PathOpsThreadState* data)
|
| }
|
|
|
| DEF_TEST(PathOpsQuadLineIntersectionThreaded, reporter) {
|
| - int threadCount = initializeTests(reporter, "testQuadLineIntersect");
|
| - PathOpsThreadedTestRunner testRunner(reporter, threadCount);
|
| + initializeTests(reporter, "testQuadLineIntersect");
|
| + PathOpsThreadedTestRunner testRunner(reporter);
|
| for (int a = 0; a < 16; ++a) {
|
| for (int b = 0 ; b < 16; ++b) {
|
| for (int c = 0 ; c < 16; ++c) {
|
|
|