disable list_range_length_overflow for dev wasm

This commit is contained in:
Brendan Hansknecht 2023-10-23 13:49:54 -07:00
parent cfc3324393
commit 0f5b112336
No known key found for this signature in database
GPG Key ID: 0EA784685083E75B

View File

@ -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"#