Index: tests/PaintTest.cpp |
diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp |
index 0e92e65ba3ec500a16e4907cbfd2ccba88dad4cb..945c8a1affa3f85842e5d72df15b3fdb0087113e 100644 |
--- a/tests/PaintTest.cpp |
+++ b/tests/PaintTest.cpp |
@@ -367,4 +367,3 @@ DEF_TEST(Paint_nothingToDraw, r) { |
paint.setColorFilter(SkColorFilter::MakeMatrixFilterRowMajor255(cm.fMat)); |
REPORTER_ASSERT(r, !paint.nothingToDraw()); |
} |
- |