Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbono3 committed Dec 30, 2024
1 parent 0f1d218 commit 96cd4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triton-isa/src/op_stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ mod tests {
let expected = bfe_vec!(2, 3, 4);

// Test typical inclusive range
assert_eq!(actual.to_vec(), expected,);
assert_eq!(actual.to_vec(), expected);

// Test boundary inclusive range
assert_eq!(&op_stack[0..=op_stack.stack.len() - 1], &op_stack.stack[..]);
Expand Down

0 comments on commit 96cd4fd

Please sign in to comment.