]> git.lizzy.rs Git - rust.git/commitdiff
Ignore broken no-landing-pads test
authorAmanieu d'Antras <amanieu@gmail.com>
Sun, 29 Dec 2019 11:07:44 +0000 (12:07 +0100)
committerAmanieu d'Antras <amanieu@gmail.com>
Mon, 2 Mar 2020 11:43:07 +0000 (11:43 +0000)
src/test/ui/no-landing-pads.rs

index d9d532106125a2ac71cbe9253e300600e377117b..44af25f7f8f48aa9561e311aac0b96aee1bb1ce9 100644 (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;