From c7f4ca5dd3896dc96e0ac4e5baee92d671bdcf9f Mon Sep 17 00:00:00 2001 From: losfair Date: Thu, 28 Nov 2019 03:01:09 +0800 Subject: [PATCH] Enable cache tests for singlepass. --- lib/runtime/src/cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::*;