summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/packed-struct-drop-aligned.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/packed-struct-drop-aligned.rs')
-rw-r--r--src/test/mir-opt/packed-struct-drop-aligned.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/packed-struct-drop-aligned.rs b/src/test/mir-opt/packed-struct-drop-aligned.rs
index 6c2e265d5..cb6524260 100644
--- a/src/test/mir-opt/packed-struct-drop-aligned.rs
+++ b/src/test/mir-opt/packed-struct-drop-aligned.rs
@@ -1,6 +1,6 @@
// ignore-wasm32-bare compiled with panic=abort by default
-// EMIT_MIR_FOR_EACH_BIT_WIDTH
+
// EMIT_MIR packed_struct_drop_aligned.main.SimplifyCfg-elaborate-drops.after.mir
fn main() {
let mut x = Packed(Aligned(Droppy(0)));