From 80c7e9310e0d9f64158510bd1987633edb886075 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 17 Mar 2021 15:26:37 +0800 Subject: [PATCH] Fix unchecked build. --- tests/functions.rs | 1 + 1 file changed, 1 insertion(+) 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();