diff --git a/tests/stack.rs b/tests/stack.rs index e9ffae96..b161e192 100644 --- a/tests/stack.rs +++ b/tests/stack.rs @@ -42,7 +42,7 @@ fn test_stack_overflow_parsing() -> Result<(), Box> { engine.set_max_expr_depths( 100, - #[cfg(not(feature = "no_module"))] + #[cfg(not(feature = "no_function"))] 6, );