Skip to content

Commit 53dc659

Browse files
Extend num tests on usize and isize as well
1 parent 44924af commit 53dc659

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)