test_gen: u64 is not always the same size as a pointer, guys, jeez

This commit is contained in:
Brian Carroll 2022-12-10 00:26:29 +00:00
parent ed18bf7709
commit deab384d02
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0

View file

@ -1363,7 +1363,7 @@ fn linked_list_singleton() {
"#
),
0,
i64,
usize,
|_| 0
);
}