Skip to content

Commit

Permalink
disable list_range_length_overflow for dev wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Oct 23, 2023
1 parent 7397c04 commit 226cfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/test_gen/src/gen_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3855,7 +3855,7 @@ fn list_walk_from_even_prefix_sum() {
}

#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[cfg(feature = "gen-llvm")]
// TODO: update how roc decides whether or not to print `User crashed` or `Roc failed` such that this prints `Roc failed ...``
#[should_panic(
expected = r#"User crash with message: "List.range: failed to generate enough elements to fill the range before overflowing the numeric type"#
Expand Down

0 comments on commit 226cfa0

Please sign in to comment.