mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Fix some tests that were expecting usize over u64
This commit is contained in:
parent
6a6c25d32d
commit
50ea255703
9 changed files with 27 additions and 22 deletions
|
@ -39,6 +39,6 @@ fn multi_branch_capturing() {
|
|||
"#
|
||||
),
|
||||
(15, 3),
|
||||
(usize, usize)
|
||||
(u64, u64)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue