aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsQuadReduceOrderTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsQuadReduceOrderTest.cpp')
-rw-r--r--tests/PathOpsQuadReduceOrderTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsQuadReduceOrderTest.cpp b/tests/PathOpsQuadReduceOrderTest.cpp
index 9a0bdcf308..dd2c493f78 100644
--- a/tests/PathOpsQuadReduceOrderTest.cpp
+++ b/tests/PathOpsQuadReduceOrderTest.cpp
@@ -56,7 +56,7 @@ static void standardTestCases(skiatest::Reporter* reporter) {
for (index = firstQuadraticModLineTest; index < quadraticModEpsilonLines_count; ++index) {
const SkDQuad& quad = quadraticModEpsilonLines[index];
order = reducer.reduce(quad);
- if (order != 3) {
+ if (order != 2 && order != 3) { // FIXME: data probably is not good
SkDebugf("[%d] line mod quad order=%d\n", (int) index, order);
}
}