diff --git a/src/instructions/mod.rs b/src/instructions/mod.rs index 37a34af..8424843 100644 --- a/src/instructions/mod.rs +++ b/src/instructions/mod.rs @@ -821,6 +821,6 @@ mod tests { let mut test_state = EMPTY_STATE; test_state.int = vec![0, 1]; - let test_instr = make_instruction_new!(int, _test_func, int, int); + //let test_instr = make_instruction_new!(int, _test_func, int, int); } }