Skip to content

Commit

Permalink
delete extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutron3529 committed Jul 16, 2020
1 parent 7599e01 commit 364cacb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/tests/num/int_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ macro_rules! int_module {
assert_eq!($T::from_str_radix("-9", 2).ok(), None::<$T>);
}


#[test]
fn test_pow() {
let mut r = 2 as $T;
Expand Down

0 comments on commit 364cacb

Please sign in to comment.