Index: tests/PathOpsQuadLineIntersectionThreadedTest.cpp |
=================================================================== |
--- tests/PathOpsQuadLineIntersectionThreadedTest.cpp (revision 8745) |
+++ tests/PathOpsQuadLineIntersectionThreadedTest.cpp (working copy) |
@@ -113,7 +113,7 @@ |
static void PathOpsQuadLineIntersectionThreadedTest(skiatest::Reporter* reporter) |
{ |
- int threadCount = initializeTests("testQuadLineIntersect"); |
+ int threadCount = initializeTests(reporter, "testQuadLineIntersect"); |
PathOpsThreadedTestRunner testRunner(reporter, threadCount); |
for (int a = 0; a < 16; ++a) { |
for (int b = 0 ; b < 16; ++b) { |