| Index: tests/PathOpsInverseTest.cpp | 
| diff --git a/tests/PathOpsInverseTest.cpp b/tests/PathOpsInverseTest.cpp | 
| index 424922a1d6dbf3f36137427fdd4520123ca98012..23dbd1f755152c11a1b82ba5560dce0ae9a7236b 100644 | 
| --- a/tests/PathOpsInverseTest.cpp | 
| +++ b/tests/PathOpsInverseTest.cpp | 
| @@ -22,7 +22,7 @@ DEF_TEST(PathOpsInverse, reporter) { | 
| two.reset(); | 
| two.setFillType((SkPath::FillType) twoFill); | 
| two.addRect(3, 3, 9, 9, (SkPath::Direction) twoDir); | 
| -                        testPathOp(reporter, one, two, (SkPathOp) op); | 
| +                        testPathOp(reporter, one, two, (SkPathOp) op, "inverseTest"); | 
| } | 
| } | 
| } | 
|  |