Ignore panic-drops-resume.rs on wasm/emscripten

It does not have unwinding support
This commit is contained in:
Jonas Schievink 2020-02-06 14:59:51 +01:00
parent 732913afcb
commit 9d7b214ac6
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
//! Tests that panics inside a generator will correctly drop the initial resume argument. //! Tests that panics inside a generator will correctly drop the initial resume argument.
// run-pass // run-pass
// ignore-wasm no unwind support
// ignore-emscripten no unwind support
#![feature(generators, generator_trait)] #![feature(generators, generator_trait)]