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