Fix tests

This commit is contained in:
Josh Holmer 2016-08-03 08:27:45 -04:00
parent 37c32b80ef
commit 58a36902f6

View file

@ -2,8 +2,6 @@ use libz_sys;
use miniz_sys;
use libc::c_int;
use std::cmp::max;
#[cfg(test)]
use quickcheck::TestResult;
/// Decompress a data stream using the DEFLATE algorithm
pub fn inflate(data: &[u8]) -> Result<Vec<u8>, String> {