Ignore broken no-landing-pads test

This commit is contained in:
Amanieu d'Antras 2019-12-29 12:07:44 +01:00
parent 5b682354f2
commit 35349abeb3

View File

@ -1,6 +1,7 @@
// run-pass
// compile-flags: -Z no-landing-pads -C codegen-units=1
// ignore-emscripten no threads support
// ignore-test fails because catch_unwind doesn't work with no-landing-pads
use std::thread;