Chromium Code Reviews| Index: tests/CodexTest.cpp |
| diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp |
| index 1261d2b5568ca9663d921d4ce40872d94e3dddf3..1aa3cdc4ddddea9313b20646db1f44c64bad2c54 100644 |
| --- a/tests/CodexTest.cpp |
| +++ b/tests/CodexTest.cpp |
| @@ -344,6 +344,7 @@ DEF_TEST(Codec, r) { |
| // BMP |
| check(r, "randPixels.bmp", SkISize::Make(8, 8), true, false); |
| + check(r, "rle.bmp", SkISize::Make(320, 240), true, false); |
| // ICO |
| // FIXME: We are not ready to test incomplete ICOs |