Skip to content

Commit b0cf5d1

Browse files
committed
Remove duplicated line
1 parent dfc1c79 commit b0cf5d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uint/tests/uint_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ fn uint256_mul32() {
321321
#[test]
322322
#[allow(deprecated)]
323323
fn uint256_mul32_old() {
324-
assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64));
325324
assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64));
326325
assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64));
327326
assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64));

0 commit comments

Comments
 (0)