aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageFilterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ImageFilterTest.cpp')
-rw-r--r--tests/ImageFilterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ImageFilterTest.cpp b/tests/ImageFilterTest.cpp
index b8492d2dcb..a0618e5893 100644
--- a/tests/ImageFilterTest.cpp
+++ b/tests/ImageFilterTest.cpp
@@ -750,7 +750,7 @@ DEF_TEST(ImageFilterDrawTiled, reporter) {
}
untiledCanvas.flush();
tiledCanvas.flush();
- if (!sk_tool_utils::equal_pixels(untiledResult, tiledResult, 0)) {
+ if (!sk_tool_utils::equal_pixels(untiledResult, tiledResult, 1)) {
REPORTER_ASSERT_MESSAGE(reporter, false, filters.getName(i));
break;
}