mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
disable list_range_length_overflow
for dev wasm
This commit is contained in:
parent
cfc3324393
commit
0f5b112336
@ -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"#
|
||||
|
Loading…
Reference in New Issue
Block a user