Skip to content

Commit

Permalink
chore: remove ref to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Sep 11, 2023
1 parent 6081c01 commit 715d83b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/noir-libs/safe-math/src/safe_u120.nr
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ fn test_mul_div_up_ghost_overflow() {
// It should not be possible for us to overflow `mul_div_up` through the adder, since that require the divisor to be 1
// since we otherwise would not be at the max value. If divisor is 1, adder is 0.

// See https://github.com/AztecProtocol/aztec-packages/issues/2000
#[test(should_fail)]
fn test_mul_div_up_zero_divisor() {
let a = SafeU120::new(6);
Expand Down

0 comments on commit 715d83b

Please sign in to comment.