mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-25 05:33:14 +00:00
wasm: Fix List.map where the mapper has zero-size arguments
This commit is contained in:
parent
25a2eddf0f
commit
c9a1600751
2 changed files with 48 additions and 39 deletions
|
|
@ -2961,7 +2961,7 @@ fn with_capacity() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn call_function_in_empty_list() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue