Fix test.

This commit is contained in:
Stephen Chung 2022-05-19 16:56:22 +08:00
parent 857ae7a64a
commit 42d2718e24

View File

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