about summary refs log tree commit diff
path: root/tests/mir-opt/dest-prop/union.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/dest-prop/union.rs')
-rw-r--r--tests/mir-opt/dest-prop/union.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/dest-prop/union.rs b/tests/mir-opt/dest-prop/union.rs
index abd1f1b2c93..66fadd84712 100644
--- a/tests/mir-opt/dest-prop/union.rs
+++ b/tests/mir-opt/dest-prop/union.rs
@@ -1,7 +1,7 @@
 // skip-filecheck
 // EMIT_MIR_FOR_EACH_PANIC_STRATEGY
 //! Tests that we can propagate into places that are projections into unions
-//@ compile-flags: -Zunsound-mir-opts
+//@ compile-flags: -Zunsound-mir-opts -C debuginfo=full
 fn val() -> u32 {
     1
 }