Enable cache tests for singlepass.

This commit is contained in:
losfair 2019-11-28 03:01:09 +08:00
parent 70bc382843
commit c7f4ca5dd3

View File

@ -129,7 +129,7 @@ impl Cache for FileSystemCache {
}
}
#[cfg(all(test, not(feature = "singlepass")))]
#[cfg(test)]
mod tests {
use super::*;