mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
fix wasm test
This commit is contained in:
parent
ed71ab3c8f
commit
67c736948b
1 changed files with 4 additions and 4 deletions
|
@ -2999,8 +2999,8 @@ fn list_find_empty_layout() {
|
||||||
List.findFirst [] \_ -> True
|
List.findFirst [] \_ -> True
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
0,
|
RocResult::err(()),
|
||||||
i64
|
RocResult<(), ()>
|
||||||
);
|
);
|
||||||
|
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
|
@ -3009,8 +3009,8 @@ fn list_find_empty_layout() {
|
||||||
List.findLast [] \_ -> True
|
List.findLast [] \_ -> True
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
0,
|
RocResult::err(()),
|
||||||
i64
|
RocResult<(), ()>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue