mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
wasm: enable test for List.mapWithIndex
This commit is contained in:
parent
40231535fa
commit
62e93dd921
1 changed files with 1 additions and 1 deletions
|
@ -2567,7 +2567,7 @@ fn list_keep_errs() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn list_map_with_index() {
|
||||
assert_evals_to!(
|
||||
"List.mapWithIndex [0,0,0] (\\x, index -> Num.intCast index + x)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue