mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Ignore test on wasm for now
This commit is contained in:
parent
aba047e84c
commit
36ff2e577b
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ fn crash_in_call() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
// wasm: blocked on "compiling function underran the stack" in wasm3
|
||||
#[should_panic = r#"User crash with message: "no new even primes""#]
|
||||
fn crash_in_passed_closure() {
|
||||
expect_runtime_error_panic!(indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue