Skip to content

Commit

Permalink
Touch up PR 41
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 9, 2023
1 parent adecb79 commit ba20a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test! {
test_u128_0(0u128, "0")
test_u128_max(u128::max_value(), "340282366920938463463374607431768211455")
test_i128_min(i128::min_value(), "-170141183460469231731687303715884105728")
test_i128_max(std::i128::MAX, "170141183460469231731687303715884105727")
test_i128_max(i128::max_value(), "170141183460469231731687303715884105727")
}

0 comments on commit ba20a60

Please sign in to comment.