Index: tests/CodexTest.cpp |
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp |
index 94b3b20683297322821d2e389d89125e86f73dd6..935de8434551327997d0f4f78d11a76c89e33569 100644 |
--- a/tests/CodexTest.cpp |
+++ b/tests/CodexTest.cpp |
@@ -77,8 +77,7 @@ DEF_TEST(Codec, r) { |
check(r, "randPixels.bmp", SkISize::Make(8, 8), true); |
// ICO |
- // TODO (msarett): SkIcoCodec should be able to rewind. |
- check(r, "color_wheel.ico", SkISize::Make(128, 128), false); |
+ check(r, "color_wheel.ico", SkISize::Make(128, 128), true); |
// PNG |
// TODO (scroggo): SkPngCodec should be able to rewind. |