wasm: enable test for List.mapWithIndex

This commit is contained in:
Brian Carroll 2022-07-04 15:14:52 +01:00
parent 40231535fa
commit 62e93dd921
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7

View file

@ -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)",