mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
update tests and Dict.keepShared semantics
This commit is contained in:
parent
a0854a10e7
commit
3f50f78eba
3 changed files with 18 additions and 14 deletions
|
@ -120,7 +120,7 @@ fn union() {
|
|||
|> Set.toList
|
||||
"#
|
||||
),
|
||||
RocList::from_slice(&[1, 2, 3, 4]),
|
||||
RocList::from_slice(&[1, 3, 4, 2]),
|
||||
RocList<i64>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue