From 08db1dc9428ea5bc9604b229d686af1414d461af Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 5 Sep 2023 01:31:24 -0400 Subject: little size compeitino --- src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 52da421..c626a0c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1205,10 +1205,6 @@ mod tests { test_both!("test/small_rgb.png"); } #[test] - fn test_small_rgba() { - test_both!("test/small_rgba.png"); - } - #[test] fn test_gray_alpha() { test_both!("test/gray_alpha.png"); } -- cgit v1.2.3