summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 01:31:24 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 01:31:24 -0400
commit08db1dc9428ea5bc9604b229d686af1414d461af (patch)
treee6b38e0e8a0f7c0beeb53a893c908e22f2d4de09 /src
parentebf696d4757b6cb040fbd7799149413cf2cfef9b (diff)
little size compeitino
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files changed, 0 insertions, 4 deletions
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");
}