| Index: tests/PathOpsOpCubicThreadedTest.cpp
|
| diff --git a/tests/PathOpsOpCubicThreadedTest.cpp b/tests/PathOpsOpCubicThreadedTest.cpp
|
| index 751ccc5f1baedfa01089b494b1fad988fa2bf2ee..889ade0487fa33819ef77025d1bb796e4eb585f8 100644
|
| --- a/tests/PathOpsOpCubicThreadedTest.cpp
|
| +++ b/tests/PathOpsOpCubicThreadedTest.cpp
|
| @@ -67,8 +67,8 @@
|
| }
|
|
|
| DEF_TEST(PathOpsOpCubicsThreaded, reporter) {
|
| - initializeTests(reporter, "cubicOp");
|
| - PathOpsThreadedTestRunner testRunner(reporter);
|
| + 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) {
|
| for (int c = 0 ; c < 6; ++c) {
|
|
|