Skip to content

Commit

Permalink
revert test change to disable test that was failing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Aug 14, 2019
1 parent 04533f5 commit 4a523df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/range_proof/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,7 @@ mod tests {

#[test]
fn create_and_verify_n_64_m_8() {
// XXX disable this test since it's failing with
// 'attempt to negate with overflow'
//singleparty_create_and_verify_helper(64, 8);
singleparty_create_and_verify_helper(64, 8);
}

#[test]
Expand Down

0 comments on commit 4a523df

Please sign in to comment.