Skip to content

Commit ac9c5bd

Browse files
committed
Only run panic tests on targets that can unwind
1 parent bc926f7 commit ac9c5bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/coroutine/gen_block_panic.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//compile-flags: --edition 2024 -Zunstable-options
22
// run-pass
3+
// needs-unwind
34
#![feature(gen_blocks)]
45

56
fn main() {

0 commit comments

Comments
 (0)