diff --git a/ceno_zkvm/src/instructions/riscv/slti.rs b/ceno_zkvm/src/instructions/riscv/slti.rs index 912c2c4c5..3d5417d39 100644 --- a/ceno_zkvm/src/instructions/riscv/slti.rs +++ b/ceno_zkvm/src/instructions/riscv/slti.rs @@ -183,7 +183,6 @@ mod test { verify::("lt = false, 0xFFFFFFFF < 4095", 0xFFFFFFFF, 4095, 0); } - // TODO refactor #[test] fn test_sltiu_random() { let mut rng = rand::thread_rng(); @@ -230,7 +229,6 @@ mod test { ); } - // TODO refactor #[test] fn test_slti_random() { let mut rng = rand::thread_rng();