Fix test.

This commit is contained in:
Stephen Chung 2020-10-18 22:38:15 +08:00
parent 25f820f5bf
commit 8a17856f27

View File

@ -42,7 +42,7 @@ fn test_stack_overflow_parsing() -> Result<(), Box<EvalAltResult>> {
engine.set_max_expr_depths( engine.set_max_expr_depths(
100, 100,
#[cfg(not(feature = "no_module"))] #[cfg(not(feature = "no_function"))]
6, 6,
); );