Fix tests
This commit is contained in:
parent
37c32b80ef
commit
58a36902f6
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ use libz_sys;
|
||||||
use miniz_sys;
|
use miniz_sys;
|
||||||
use libc::c_int;
|
use libc::c_int;
|
||||||
use std::cmp::max;
|
use std::cmp::max;
|
||||||
#[cfg(test)]
|
|
||||||
use quickcheck::TestResult;
|
|
||||||
|
|
||||||
/// Decompress a data stream using the DEFLATE algorithm
|
/// Decompress a data stream using the DEFLATE algorithm
|
||||||
pub fn inflate(data: &[u8]) -> Result<Vec<u8>, String> {
|
pub fn inflate(data: &[u8]) -> Result<Vec<u8>, String> {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue