Fix unchecked build.

This commit is contained in:
Stephen Chung 2021-03-17 15:26:37 +08:00
parent e2a66e0241
commit 80c7e9310e

View File

@ -52,6 +52,7 @@ fn test_functions() -> Result<(), Box<EvalAltResult>> {
}
#[cfg(not(feature = "no_module"))]
#[cfg(not(feature = "unchecked"))]
#[test]
fn test_functions_context() -> Result<(), Box<EvalAltResult>> {
let mut engine = Engine::new();