Index: tests/PathOpsOpRectThreadedTest.cpp |
diff --git a/tests/PathOpsOpRectThreadedTest.cpp b/tests/PathOpsOpRectThreadedTest.cpp |
index 1b6e4e86b935ab4fa27db1a116d23e2df49c7f5d..3d07d74bb0f825ce8de62c4c2ba49f430ccc0fb5 100644 |
--- a/tests/PathOpsOpRectThreadedTest.cpp |
+++ b/tests/PathOpsOpRectThreadedTest.cpp |
@@ -74,8 +74,8 @@ |
} |
DEF_TEST(PathOpsRectsThreaded, reporter) { |
- initializeTests(reporter, "testOp"); |
- PathOpsThreadedTestRunner testRunner(reporter); |
+ int threadCount = initializeTests(reporter, "testOp"); |
+ 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) { |