aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/OffsetSimplePolyTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OffsetSimplePolyTest.cpp')
-rw-r--r--tests/OffsetSimplePolyTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/OffsetSimplePolyTest.cpp b/tests/OffsetSimplePolyTest.cpp
index 50f680ef23..de720b5cf2 100644
--- a/tests/OffsetSimplePolyTest.cpp
+++ b/tests/OffsetSimplePolyTest.cpp
@@ -92,7 +92,6 @@ DEF_TEST(OffsetSimplePoly, reporter) {
// past full inset
result = SkOffsetSimplePolygon(&rrectPoly[0], rrectPoly.count(), 75, &offsetPoly);
REPORTER_ASSERT(reporter, !result);
- REPORTER_ASSERT(reporter, offsetPoly.count() == 0);
// troublesome case
SkTDArray<SkPoint> clippedRRectPoly;