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