Skip to content

Commit 5be658a

Browse files
committed
Ignore broken no-landing-pads test
1 parent 4ad9a3c commit 5be658a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/no-landing-pads.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// run-pass
22
// compile-flags: -Z no-landing-pads -C codegen-units=1
33
// ignore-emscripten no threads support
4+
// ignore-test fails because catch_unwind doesn't work with no-landing-pads
45

56
use std::thread;
67

0 commit comments

Comments
 (0)