update tests and Dict.keepShared semantics

This commit is contained in:
Brendan Hansknecht 2023-12-03 18:39:02 -08:00
parent a0854a10e7
commit 3f50f78eba
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 18 additions and 14 deletions

View file

@ -120,7 +120,7 @@ fn union() {
|> Set.toList
"#
),
RocList::from_slice(&[1, 2, 3, 4]),
RocList::from_slice(&[1, 3, 4, 2]),
RocList<i64>
);
}