Bug fix: can't run new test if deflate64 is disabled
This commit is contained in:
parent
80876aa7e4
commit
f4d5ad7b49
1 changed files with 1 additions and 0 deletions
|
@ -1362,6 +1362,7 @@ mod test {
|
|||
assert!(reader.is_err());
|
||||
}
|
||||
|
||||
#[cfg(feature = "deflate64")]
|
||||
#[test]
|
||||
fn deflate64_index_out_of_bounds() -> std::io::Result<()> {
|
||||
let file: [u8; 815] = [
|
||||
|
|
Loading…
Add table
Reference in a new issue