diff --git a/tests/functions.rs b/tests/functions.rs index d5b8f190..d2db1128 100644 --- a/tests/functions.rs +++ b/tests/functions.rs @@ -52,6 +52,7 @@ fn test_functions() -> Result<(), Box> { } #[cfg(not(feature = "no_module"))] +#[cfg(not(feature = "unchecked"))] #[test] fn test_functions_context() -> Result<(), Box> { let mut engine = Engine::new();