Fix tests
This commit is contained in:
parent
cf9c73bf4a
commit
402d04c3c9
3 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ const RGBA: u8 = 6;
|
|||
fn get_opts(input: &Path) -> (OutFile, oxipng::Options) {
|
||||
let mut options = oxipng::Options {
|
||||
force: true,
|
||||
fast_evaluation: false,
|
||||
..Default::default()
|
||||
};
|
||||
let mut filter = IndexSet::new();
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ const RGBA: u8 = 6;
|
|||
fn get_opts(input: &Path) -> (OutFile, oxipng::Options) {
|
||||
let mut options = oxipng::Options {
|
||||
force: true,
|
||||
fast_evaluation: false,
|
||||
..Default::default()
|
||||
};
|
||||
let mut filter = IndexSet::new();
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ const RGBA: u8 = 6;
|
|||
fn get_opts(input: &Path) -> (OutFile, oxipng::Options) {
|
||||
let mut options = oxipng::Options {
|
||||
force: true,
|
||||
fast_evaluation: false,
|
||||
..Default::default()
|
||||
};
|
||||
let mut filter = IndexSet::new();
|
||||
|
|
|
|||
Loading…
Reference in a new issue