about summary refs log tree commit diff
path: root/tests/mir-opt/dest-prop/simple.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/dest-prop/simple.rs')
-rw-r--r--tests/mir-opt/dest-prop/simple.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/dest-prop/simple.rs b/tests/mir-opt/dest-prop/simple.rs
index 03d20962690..4aa6b6a4876 100644
--- a/tests/mir-opt/dest-prop/simple.rs
+++ b/tests/mir-opt/dest-prop/simple.rs
@@ -1,7 +1,7 @@
 // skip-filecheck
 // EMIT_MIR_FOR_EACH_PANIC_STRATEGY
 //! Copy of `nrvo-simple.rs`, to ensure that full dest-prop handles it too.
-// unit-test: DestinationPropagation
+//@ unit-test: DestinationPropagation
 // EMIT_MIR simple.nrvo.DestinationPropagation.diff
 fn nrvo(init: fn(&mut [u8; 1024])) -> [u8; 1024] {
     let mut buf = [0; 1024];