test: Fix a build error when unreserved
was disabled
This commit is contained in:
parent
9e12b6db0c
commit
0ad79e9ab3
1 changed files with 1 additions and 1 deletions
|
@ -2639,7 +2639,7 @@ mod test {
|
||||||
central_extra_data: vec![].into(),
|
central_extra_data: vec![].into(),
|
||||||
},
|
},
|
||||||
alignment: 0,
|
alignment: 0,
|
||||||
zopfli_buffer_size: None,
|
..default()
|
||||||
};
|
};
|
||||||
writer.start_file_from_path("", options)?;
|
writer.start_file_from_path("", options)?;
|
||||||
writer.shallow_copy_file_from_path("", "")?;
|
writer.shallow_copy_file_from_path("", "")?;
|
||||||
|
|
Loading…
Add table
Reference in a new issue