| Index: tests/PathOpsCubicIntersectionTest.cpp
 | 
| diff --git a/tests/PathOpsCubicIntersectionTest.cpp b/tests/PathOpsCubicIntersectionTest.cpp
 | 
| index 138e6f484f236e712e38cc6b92bcbe706b594786..6dc0756030df6dcb5cf6f0dbd5a0a9d601f735e2 100644
 | 
| --- a/tests/PathOpsCubicIntersectionTest.cpp
 | 
| +++ b/tests/PathOpsCubicIntersectionTest.cpp
 | 
| @@ -653,6 +653,11 @@ static void cubicIntersectionSelfTest(skiatest::Reporter* reporter) {
 | 
|  }
 | 
|  
 | 
|  static const SkDCubic coinSet[] = {
 | 
| +    {{{297.04998779296875, 43.928997039794922}, {297.04998779296875, 43.928997039794922},
 | 
| +        {300.69699096679688, 45.391998291015625}, {306.92498779296875, 43.08599853515625}}},
 | 
| +    {{{297.04998779296875, 43.928997039794922}, {297.04998779296875, 43.928997039794922},
 | 
| +        {300.69699096679688, 45.391998291015625}, {306.92498779296875, 43.08599853515625}}},
 | 
| +
 | 
|      {{{2, 3}, {0, 4}, {3, 2}, {5, 3}}},
 | 
|      {{{2, 3}, {0, 4}, {3, 2}, {5, 3}}},
 | 
|  
 | 
| 
 |