Skip to content

Commit 9d7b214

Browse files
Ignore panic-drops-resume.rs on wasm/emscripten
It does not have unwinding support
1 parent 732913a commit 9d7b214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/ui/generator/panic-drops-resume.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! Tests that panics inside a generator will correctly drop the initial resume argument.
22
33
// run-pass
4+
// ignore-wasm no unwind support
5+
// ignore-emscripten no unwind support
46

57
#![feature(generators, generator_trait)]
68

0 commit comments

Comments
 (0)