Skip to content

Commit

Permalink
Merge pull request #8 from MarcosAndradeV/chsvm
Browse files Browse the repository at this point in the history
Unhang the test
  • Loading branch information
MarcosAndradeV authored Jan 3, 2025
2 parents 992e538 + 5fdd2bd commit 85458da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ mod tests {
Instruction::PushConst(20),
Instruction::PushLocal(0),
Instruction::PushLocal(1),
Instruction::Call(4),
Instruction::Call(6),
Instruction::Halt,
Instruction::Add,
Instruction::Ret,
Expand Down

0 comments on commit 85458da

Please sign in to comment.