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