Skip to content

Commit

Permalink
clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
hero78119 committed Sep 5, 2024
1 parent 5d2825e commit 9299817
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions ceno_zkvm/src/uint/arithmetic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,15 +654,6 @@ mod tests {
eval_by_expr(&witness_values, &challenges, &c.expr()[3]),
E::ZERO
);
// overflow
assert_eq!(
eval_by_expr(
&witness_values,
&challenges,
&c.carries.unwrap().last().unwrap().expr()
),
E::ZERO
);
}

#[test]
Expand Down Expand Up @@ -703,15 +694,6 @@ mod tests {
eval_by_expr(&witness_values, &challenges, &c.expr()[3]),
E::ZERO
);
// overflow
assert_eq!(
eval_by_expr(
&witness_values,
&challenges,
&c.carries.unwrap().last().unwrap().expr()
),
E::ZERO
);
}
}

Expand Down

0 comments on commit 9299817

Please sign in to comment.