fixed test

This commit is contained in:
J.Teeuwissen 2023-04-16 13:35:35 +02:00
parent 9d4c3bcfb9
commit a4ca864fe3
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
2 changed files with 1 additions and 2 deletions

View file

@ -2257,7 +2257,7 @@ fn gen_wrap_len() {
"#
),
RocList::from_slice(&[3]),
RocList<i64>
RocList<usize>
);
}