Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9b09948

Browse files
Extend num tests on usize and isize as well
1 parent aec3248 commit 9b09948

File tree

1 file changed

+4
-0
lines changed
  • library/alloctests/tests

1 file changed

+4
-0
lines changed

‎library/alloctests/tests/num.rs‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ int_to_s!(
5252
i32,
5353
test_i64_to_string,
5454
i64,
55+
test_isize_to_string,
56+
isize,
5557
test_i128_to_string,
5658
i128,
5759
);
@@ -64,6 +66,8 @@ uint_to_s!(
6466
u32,
6567
test_u64_to_string,
6668
u64,
69+
test_usize_to_string,
70+
usize,
6771
test_u128_to_string,
6872
u128,
6973
);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /