mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix the issues
This commit is contained in:
parent
3e5d2351a5
commit
fd9b826398
6 changed files with 100 additions and 80 deletions
|
@ -1007,10 +1007,10 @@ fn applied_tag_function_result() {
|
|||
"#
|
||||
),
|
||||
RocList::from_slice(&[
|
||||
(1, RocStr::from_slice("a".as_bytes())),
|
||||
(1, RocStr::from_slice("b".as_bytes()))
|
||||
(RocStr::from_slice("a".as_bytes())),
|
||||
(RocStr::from_slice("b".as_bytes()))
|
||||
]),
|
||||
RocList<(i64, RocStr)>
|
||||
RocList<RocStr>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue