mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
disable list_range_length_overflow
for dev wasm
This commit is contained in:
parent
cfc3324393
commit
0f5b112336
1 changed files with 1 additions and 1 deletions
|
@ -3855,7 +3855,7 @@ fn list_walk_from_even_prefix_sum() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[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 ...``
|
// TODO: update how roc decides whether or not to print `User crashed` or `Roc failed` such that this prints `Roc failed ...``
|
||||||
#[should_panic(
|
#[should_panic(
|
||||||
expected = r#"User crash with message: "List.range: failed to generate enough elements to fill the range before overflowing the numeric type"#
|
expected = r#"User crash with message: "List.range: failed to generate enough elements to fill the range before overflowing the numeric type"#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue