]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/issue-14875.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / run-pass / issue-14875.rs
index ad19a9be76f8871aae3fb2895a759421db8293e0..e705539bb47721a1fcd9aea259a52d26bc5e4ebe 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-wasm32-bare always compiled as panic=abort right now
+
 // Check that values are not leaked when a dtor panics (#14875)
 
 use std::panic::{self, UnwindSafe};
@@ -29,7 +31,6 @@ impl Drop for PanicOnDrop {
     }
 }
 
-
 fn main() {
     let mut set_on_drop = false;
     {