| Index: tests/CodexTest.cpp
|
| diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp
|
| index b2743bfa1f9f248a2c5028f5c9766be866b369af..74047002c722a7b8f3a5bb5fc685793e433860fa 100644
|
| --- a/tests/CodexTest.cpp
|
| +++ b/tests/CodexTest.cpp
|
| @@ -408,7 +408,7 @@ DEF_TEST(Codec, r) {
|
| check(r, "randPixels.gif", SkISize::Make(8, 8), true, false, true, false);
|
|
|
| // JPG
|
| - check(r, "CMYK.jpg", SkISize::Make(642, 516), true, false, false);
|
| + check(r, "CMYK.jpg", SkISize::Make(642, 516), true, false, true);
|
| check(r, "color_wheel.jpg", SkISize::Make(128, 128), true, false);
|
| // grayscale.jpg is too small to test incomplete
|
| check(r, "grayscale.jpg", SkISize::Make(128, 128), true, false, true, false);
|
|
|