Fix tests and packages for all features.

This commit is contained in:
Stephen Chung
2020-04-27 22:52:20 +08:00
parent d3a97dc86b
commit 41366d08fe
4 changed files with 6 additions and 7 deletions

View File

@@ -143,6 +143,7 @@ fn test_map_return() -> Result<(), Box<EvalAltResult>> {
}
#[test]
#[cfg(not(feature = "no_index"))]
fn test_map_for() -> Result<(), Box<EvalAltResult>> {
let engine = Engine::new();