From 0f5b112336b7880540cbfb8536e6588c821ee077 Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Mon, 23 Oct 2023 13:49:54 -0700 Subject: [PATCH] disable `list_range_length_overflow` for dev wasm --- crates/compiler/test_gen/src/gen_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/compiler/test_gen/src/gen_list.rs b/crates/compiler/test_gen/src/gen_list.rs index 02d75cc136..2c9eb08449 100644 --- a/crates/compiler/test_gen/src/gen_list.rs +++ b/crates/compiler/test_gen/src/gen_list.rs @@ -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"#