Index: tests/PathOpsSimplifyTrianglesThreadedTest.cpp |
=================================================================== |
--- tests/PathOpsSimplifyTrianglesThreadedTest.cpp (revision 8745) |
+++ tests/PathOpsSimplifyTrianglesThreadedTest.cpp (working copy) |
@@ -66,7 +66,7 @@ |
} |
static void PathOpsSimplifyTrianglesThreadedTest(skiatest::Reporter* reporter) { |
- int threadCount = initializeTests("testTriangles"); |
+ int threadCount = initializeTests(reporter, "testTriangles"); |
PathOpsThreadedTestRunner testRunner(reporter, threadCount); |
for (int a = 0; a < 15; ++a) { |
int ax = a & 0x03; |