diff --git a/lib/runtime/src/cache.rs b/lib/runtime/src/cache.rs index 7cc4386af..714fd9f54 100644 --- a/lib/runtime/src/cache.rs +++ b/lib/runtime/src/cache.rs @@ -129,7 +129,7 @@ impl Cache for FileSystemCache { } } -#[cfg(all(test, not(feature = "singlepass")))] +#[cfg(test)] mod tests { use super::*;