mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
fixed test
This commit is contained in:
parent
9d4c3bcfb9
commit
a4ca864fe3
2 changed files with 1 additions and 2 deletions
|
@ -2257,7 +2257,7 @@ fn gen_wrap_len() {
|
|||
"#
|
||||
),
|
||||
RocList::from_slice(&[3]),
|
||||
RocList<i64>
|
||||
RocList<usize>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue