Fix some tests that were expecting usize over u64

This commit is contained in:
Richard Feldman 2024-02-11 12:21:50 -05:00
parent 6a6c25d32d
commit 50ea255703
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
9 changed files with 27 additions and 22 deletions

View file

@ -75,7 +75,7 @@ fn list_int_dealloc() {
List.len [list, list, list]
"#
),
usize,
u64,
&[
Deallocated, // list
Deallocated // result
@ -114,7 +114,7 @@ fn list_str_dealloc() {
List.len [list, list]
"#
),
usize,
u64,
&[
Deallocated, // s
Deallocated, // list