Ignore panic-drops-resume.rs on wasm/emscripten
It does not have unwinding support
This commit is contained in:
parent
732913afcb
commit
9d7b214ac6
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
//! Tests that panics inside a generator will correctly drop the initial resume argument.
|
||||
|
||||
// run-pass
|
||||
// ignore-wasm no unwind support
|
||||
// ignore-emscripten no unwind support
|
||||
|
||||
#![feature(generators, generator_trait)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue