summaryrefslogtreecommitdiffstats
path: root/vendor/litemap/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/litemap/src/lib.rs')
-rw-r--r--vendor/litemap/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/litemap/src/lib.rs b/vendor/litemap/src/lib.rs
index 3647ccfcb..85f2c435d 100644
--- a/vendor/litemap/src/lib.rs
+++ b/vendor/litemap/src/lib.rs
@@ -51,7 +51,7 @@ mod serde;
mod serde_helpers;
pub mod store;
-#[cfg(feature = "testing")]
+#[cfg(any(test, feature = "testing"))]
pub mod testing;
pub use map::LiteMap;