Skip to content

Commit

Permalink
adjust regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jan 16, 2025
1 parent b56c160 commit b64390c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion o1vm/src/interpreters/mips/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ fn test_regression_selectors_for_instructions() {
constraints.len() - 1,
// We could use N_MIPS_SEL_COLS, but sanity check in case this value is
// changed.
RTypeInstruction::COUNT + JTypeInstruction::COUNT + ITypeInstruction::COUNT
// the +1 is coming from NoOp instruction
RTypeInstruction::COUNT + JTypeInstruction::COUNT + ITypeInstruction::COUNT + 1
);
// All instructions are degree 1 or 2.
constraints
Expand Down

0 comments on commit b64390c

Please sign in to comment.