| Index: tests/PathOpsQuadReduceOrderTest.cpp
|
| diff --git a/tests/PathOpsQuadReduceOrderTest.cpp b/tests/PathOpsQuadReduceOrderTest.cpp
|
| index dd2c493f7807c624e6aac55ff150698dd1f75aed..9a0bdcf30810310d2e52007a4b295461a2dcb05f 100644
|
| --- a/tests/PathOpsQuadReduceOrderTest.cpp
|
| +++ b/tests/PathOpsQuadReduceOrderTest.cpp
|
| @@ -56,7 +56,7 @@
|
| for (index = firstQuadraticModLineTest; index < quadraticModEpsilonLines_count; ++index) {
|
| const SkDQuad& quad = quadraticModEpsilonLines[index];
|
| order = reducer.reduce(quad);
|
| - if (order != 2 && order != 3) { // FIXME: data probably is not good
|
| + if (order != 3) {
|
| SkDebugf("[%d] line mod quad order=%d\n", (int) index, order);
|
| }
|
| }
|
|
|