Index: tests/CodexTest.cpp |
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp |
index 95cd5635445ca6fa62dd378c7893e46ad58a0996..61b8c223bf79c95dc127d2298dd2b7e61e450e68 100644 |
--- a/tests/CodexTest.cpp |
+++ b/tests/CodexTest.cpp |
@@ -198,7 +198,7 @@ DEF_TEST(Codec, r) { |
check(r, "yellow_rose.webp", SkISize::Make(400, 301), false, true); |
// BMP |
- check(r, "randPixels.bmp", SkISize::Make(8, 8), false, false); |
+ check(r, "randPixels.bmp", SkISize::Make(8, 8), true, false); |
// ICO |
// These two tests examine interestingly different behavior: |