Skip to content

Commit 63d67fa

Browse files
committed
ignore-emcscripten as it does not support threads
1 parent 08ec3fe commit 63d67fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// run-pass
22
// ignore-wasm32-bare compiled with panic=abort by default
3+
// ignore-emscripten no threads support
34

45
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
56
// should still run destructors as it unwinds the stack. However,

0 commit comments

Comments
 (0)