Skip to content

Commit

Permalink
remove temporary test
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacholt100 committed Sep 18, 2024
1 parent 7c8fc00 commit b881f2e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ pub mod random;

pub mod types;

#[test]
fn test_set_bit() {
let mut a = types::U128::MAX;
a.set_bit(6, false);
panic!("{:b}", a);
}

// #[cfg(feature = "nightly")]
// mod float;

Expand Down

0 comments on commit b881f2e

Please sign in to comment.