Ignore test on wasm for now

This commit is contained in:
Ayaz Hafiz 2022-11-22 17:22:52 -06:00
parent aba047e84c
commit 36ff2e577b
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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!(