Index: tests/CodexTest.cpp |
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp |
index ec597b60434e31dbd0088f30f9281b320a9fc156..94b3b20683297322821d2e389d89125e86f73dd6 100644 |
--- a/tests/CodexTest.cpp |
+++ b/tests/CodexTest.cpp |
@@ -74,8 +74,7 @@ DEF_TEST(Codec, r) { |
check(r, "mandrill.wbmp", SkISize::Make(512, 512), true); |
// BMP |
- // TODO (msarett): SkBmpCodec should be able to rewind. |
- check(r, "randPixels.bmp", SkISize::Make(8, 8), false); |
+ check(r, "randPixels.bmp", SkISize::Make(8, 8), true); |
// ICO |
// TODO (msarett): SkIcoCodec should be able to rewind. |