Index: tests/PathOpsQuadLineIntersectionThreadedTest.cpp |
diff --git a/tests/PathOpsQuadLineIntersectionThreadedTest.cpp b/tests/PathOpsQuadLineIntersectionThreadedTest.cpp |
index 8069e86c45f4efba3a786a1bfb2b7b196181de10..fd7581fa5835c3724870d097ae39f9c3f2b711c8 100644 |
--- a/tests/PathOpsQuadLineIntersectionThreadedTest.cpp |
+++ b/tests/PathOpsQuadLineIntersectionThreadedTest.cpp |
@@ -65,7 +65,6 @@ static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, |
REPORTER_ASSERT(reporter, found); |
} |
- |
// find a point on a quad by choosing a t from 0 to 1 |
// create a vertical span above and below the point |
// verify that intersecting the vertical span and the quad returns t |