Index: tests/AAClipTest.cpp |
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp |
index 42fc7e7f9634e23450b7c2396408d2e469dab4d7..1ee6358a6eb1944712a96c10822950469a88490b 100644 |
--- a/tests/AAClipTest.cpp |
+++ b/tests/AAClipTest.cpp |
@@ -228,7 +228,6 @@ static void test_empty(skiatest::Reporter* reporter) { |
REPORTER_ASSERT(reporter, clip1 == clip0); |
SkMask mask; |
- mask.fImage = nullptr; |
clip0.copyToMask(&mask); |
REPORTER_ASSERT(reporter, nullptr == mask.fImage); |
REPORTER_ASSERT(reporter, mask.fBounds.isEmpty()); |