From 8a17856f276b900cd1ee28becfd540c0790cf758 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sun, 18 Oct 2020 22:38:15 +0800 Subject: [PATCH] Fix test. --- tests/stack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );