diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CodecTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CodecTest.cpp b/tests/CodecTest.cpp index 1d7d89aa34..ac4afd190e 100644 --- a/tests/CodecTest.cpp +++ b/tests/CodecTest.cpp @@ -664,6 +664,7 @@ DEF_TEST(Codec_Empty, r) { #if defined(SK_CODEC_DECODES_RAW) && (!defined(_WIN32)) test_invalid(r, "empty_images/zero_height.tiff"); #endif + test_invalid(r, "invalid_images/b37623797.ico"); } #ifdef PNG_READ_UNKNOWN_CHUNKS_SUPPORTED |