Skip to content

Commit

Permalink
Remove duplicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Oct 31, 2024
1 parent e27d81f commit 295c19f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions curves/src/pasta/curves/tests.rs

This file was deleted.

4 changes: 0 additions & 4 deletions curves/src/pasta/fields/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ pub trait SquareRootField: Field {
/// Sets `self` to be the square root of `self`, if it exists.
fn sqrt_in_place(&mut self) -> Option<&mut Self>;
}

// @volhovm: do we need this?
#[cfg(test)]
mod tests;
5 changes: 0 additions & 5 deletions curves/src/pasta/fields/tests.rs

This file was deleted.

3 changes: 0 additions & 3 deletions poly-commitment/src/tests/mod.rs

This file was deleted.

0 comments on commit 295c19f

Please sign in to comment.