Index: tests/PathOpsCubicIntersectionTest.cpp |
=================================================================== |
--- tests/PathOpsCubicIntersectionTest.cpp (revision 9040) |
+++ tests/PathOpsCubicIntersectionTest.cpp (working copy) |
@@ -163,6 +163,9 @@ |
const size_t testSetCount = SK_ARRAY_COUNT(testSet); |
static const SkDCubic newTestSet[] = { |
+{{{0, 1}, {2, 3}, {5, 1}, {4, 3}}}, |
+{{{1, 5}, {3, 4}, {1, 0}, {3, 2}}}, |
+ |
{{{3, 5}, {1, 6}, {5, 0}, {3, 1}}}, |
{{{0, 5}, {1, 3}, {5, 3}, {6, 1}}}, |
@@ -286,8 +289,8 @@ |
} |
static void oneOffTest(skiatest::Reporter* reporter) { |
+ newOneOff(reporter, 0, 1); |
oneOff(reporter, 14, 16); |
- newOneOff(reporter, 0, 1); |
} |
static void oneOffTests(skiatest::Reporter* reporter) { |