so it truly runs
Some checks failed
/ Test-Suite (push) Failing after 20s

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-16 21:44:05 -05:00
parent 69fb0bef4e
commit c8fe24dd45

View File

@ -821,6 +821,6 @@ mod tests {
let mut test_state = EMPTY_STATE; let mut test_state = EMPTY_STATE;
test_state.int = vec![0, 1]; 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);
} }
} }