mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Fix plumbing
This commit is contained in:
parent
107822a5cc
commit
ade591dd10
6 changed files with 22 additions and 14 deletions
|
@ -181,11 +181,7 @@ fn list_drop() {
|
|||
|
||||
#[test]
|
||||
fn list_swap() {
|
||||
assert_evals_to!(
|
||||
"List.swap [] 0 1",
|
||||
RocList::from_slice(&[]),
|
||||
RocList<i64>
|
||||
);
|
||||
assert_evals_to!("List.swap [] 0 1", RocList::from_slice(&[]), RocList<i64>);
|
||||
assert_evals_to!(
|
||||
"List.swap [ 0 ] 1 2",
|
||||
RocList::from_slice(&[0]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue