Fix tests.

This commit is contained in:
Stephen Chung
2020-04-23 14:00:29 +08:00
parent 5aaaa7be3b
commit a306979a9c
3 changed files with 5 additions and 3 deletions

View File

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