Navigation Menu

Skip to content

Commit

Permalink
Ignore panic-drops-resume.rs on wasm/emscripten
Browse files Browse the repository at this point in the history
It does not have unwinding support
  • Loading branch information
jonas-schievink committed Feb 6, 2020
1 parent 732913a commit 9d7b214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/ui/generator/panic-drops-resume.rs
@@ -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)]

Expand Down

0 comments on commit 9d7b214

Please sign in to comment.