| commit | 1304bb25aa3b0baa61fc2e2900fabcef88801b59 | [log] [tgz] |
|---|---|---|
| author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Mar 13 20:29:41 2013 +0000 |
| committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Mar 13 20:29:41 2013 +0000 |
| tree | ed0c2c346ba327cc82e1d8850f840adeb4270cd3 | |
| parent | dcf9c19d38d366a9f27ad0d8b5bda327c5edb164 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@8137 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticReduceOrder_Test.cpp b/experimental/Intersection/QuadraticReduceOrder_Test.cpp index 0c799c3..e9e8b4b 100644 --- a/experimental/Intersection/QuadraticReduceOrder_Test.cpp +++ b/experimental/Intersection/QuadraticReduceOrder_Test.cpp
@@ -22,8 +22,8 @@ for (size_t index = 0; index < testSetCount; ++index) { const Quadratic& quad = testSet[index]; Quadratic reduce; - int order = reduceOrder(quad, reduce, kReduceOrder_TreatAsFill); - SkASSERT(order == 3); + SkDEBUGCODE(int result = ) reduceOrder(quad, reduce, kReduceOrder_TreatAsFill); + SkASSERT(result == 3); } }