Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index 4fe08379dd0545e8648f660fb514d28d8098f525..16d98b324517d670339181410e8892deb53ea898 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -1127,7 +1127,7 @@ static void test_bytes_used(skiatest::Reporter* reporter) { |
r2.getRecordingCanvas()->drawPicture(empty.get()); |
SkAutoTUnref<SkPicture> nested(r2.endRecording()); |
- REPORTER_ASSERT(reporter, SkPictureUtils::ApproximateBytesUsed(nested.get()) > |
+ REPORTER_ASSERT(reporter, SkPictureUtils::ApproximateBytesUsed(nested.get()) >= |
SkPictureUtils::ApproximateBytesUsed(empty.get())); |
} |