ignore-emcscripten as it does not support threads

This commit is contained in:
Ralf Jung 2019-10-11 09:57:44 +02:00
parent 08ec3fef57
commit 63d67fa273

@ -1,5 +1,6 @@
// run-pass
// ignore-wasm32-bare compiled with panic=abort by default
// ignore-emscripten no threads support
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
// should still run destructors as it unwinds the stack. However,