aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodexTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodexTest.cpp')
-rw-r--r--tests/CodexTest.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp
index b33e0bebea..080e6e5974 100644
--- a/tests/CodexTest.cpp
+++ b/tests/CodexTest.cpp
@@ -105,11 +105,11 @@ DEF_TEST(Codec, r) {
check(r, "randPixels.gif", SkISize::Make(8, 8), false);
// JPG
- check(r, "CMYK.jpg", SkISize::Make(642, 516), false);
- check(r, "color_wheel.jpg", SkISize::Make(128, 128), false);
- check(r, "grayscale.jpg", SkISize::Make(128, 128), false);
- check(r, "mandrill_512_q075.jpg", SkISize::Make(512, 512), false);
- check(r, "randPixels.jpg", SkISize::Make(8, 8), false);
+ check(r, "CMYK.jpg", SkISize::Make(642, 516), true);
+ check(r, "color_wheel.jpg", SkISize::Make(128, 128), true);
+ check(r, "grayscale.jpg", SkISize::Make(128, 128), true);
+ check(r, "mandrill_512_q075.jpg", SkISize::Make(512, 512), true);
+ check(r, "randPixels.jpg", SkISize::Make(8, 8), true);
// PNG
check(r, "arrow.png", SkISize::Make(187, 312), true);