From c8fe24dd45c27ebe60fa597cab72b2046c0be36c Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Wed, 16 Apr 2025 21:44:05 -0500 Subject: [PATCH] so it truly runs --- src/instructions/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }