]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/packed-struct-drop-aligned.rs
ci: Start running wasm32 tests on Travis
[rust.git] / src / test / mir-opt / packed-struct-drop-aligned.rs
index dc36248811ee5fcb924e0befb4c67064481ee06d..0706f185d3163da489b90651170bd545ec3d023a 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-wasm32-bare compiled with panic=abort by default
+
 fn main() {
     let mut x = Packed(Aligned(Droppy(0)));
     x.0 = Aligned(Droppy(0));