Remove test 167 which is no longer relevant
This commit is contained in:
parent
a874fe9cb7
commit
d43e63f562
2 changed files with 0 additions and 13 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 31 MiB |
|
|
@ -399,19 +399,6 @@ fn issue_159() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
|
||||||
#[cfg(target_pointer_width = "64")]
|
|
||||||
fn issue_167() {
|
|
||||||
test_it_converts(
|
|
||||||
"tests/files/issue-167.png",
|
|
||||||
None,
|
|
||||||
ColorType::Grayscale,
|
|
||||||
BitDepth::Eight,
|
|
||||||
ColorType::Grayscale,
|
|
||||||
BitDepth::Eight,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn issue_171() {
|
fn issue_171() {
|
||||||
test_it_converts(
|
test_it_converts(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue