Skip to content

Commit

Permalink
Revert "add todo comment"
Browse files Browse the repository at this point in the history
This reverts commit 0456936.
  • Loading branch information
zemse committed Oct 30, 2024
1 parent 57c1b50 commit 8192c4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ceno_zkvm/src/instructions/riscv/slti.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ mod test {
verify::<SltiuOp>("lt = false, 0xFFFFFFFF < 4095", 0xFFFFFFFF, 4095, 0);
}

// TODO refactor
#[test]
fn test_sltiu_random() {
let mut rng = rand::thread_rng();
Expand Down Expand Up @@ -230,7 +229,6 @@ mod test {
);
}

// TODO refactor
#[test]
fn test_slti_random() {
let mut rng = rand::thread_rng();
Expand Down

0 comments on commit 8192c4d

Please sign in to comment.