Skip to content

Commit

Permalink
Update instruction count
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Sep 27, 2023
1 parent 99525a3 commit f7a483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthesizer/program/src/logic/instruction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ mod tests {
fn test_opcodes() {
// Sanity check the number of instructions is unchanged.
assert_eq!(
67,
68,
Instruction::<CurrentNetwork>::OPCODES.len(),
"Update me if the number of instructions changes."
);
Expand Down

0 comments on commit f7a483d

Please sign in to comment.