Fix unchecked build.
This commit is contained in:
parent
e2a66e0241
commit
80c7e9310e
@ -52,6 +52,7 @@ fn test_functions() -> Result<(), Box<EvalAltResult>> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(feature = "no_module"))]
|
#[cfg(not(feature = "no_module"))]
|
||||||
|
#[cfg(not(feature = "unchecked"))]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_functions_context() -> Result<(), Box<EvalAltResult>> {
|
fn test_functions_context() -> Result<(), Box<EvalAltResult>> {
|
||||||
let mut engine = Engine::new();
|
let mut engine = Engine::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user