aboutsummaryrefslogtreecommitdiff
path: root/tests/CodecTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodecTest.cpp')
-rw-r--r--tests/CodecTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CodecTest.cpp b/tests/CodecTest.cpp
index 8c918a8395..3ce239ee8c 100644
--- a/tests/CodecTest.cpp
+++ b/tests/CodecTest.cpp
@@ -265,7 +265,7 @@ static void test_codec(skiatest::Reporter* r, const char* path, Codec* codec, Sk
static bool supports_partial_scanlines(const char path[]) {
static const char* const exts[] = {
- "jpg", "jpeg", "png", "webp"
+ "jpg", "jpeg", "png", "webp",
"JPG", "JPEG", "PNG", "WEBP"
};