aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodexTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodexTest.cpp')
-rw-r--r--tests/CodexTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp
index 1261d2b556..1aa3cdc4dd 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