about summary refs log tree commit diff
path: root/tests/mir-opt/basic_assignment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/basic_assignment.rs')
-rw-r--r--tests/mir-opt/basic_assignment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/basic_assignment.rs b/tests/mir-opt/basic_assignment.rs
index 0a23cddf620..a9342c13e15 100644
--- a/tests/mir-opt/basic_assignment.rs
+++ b/tests/mir-opt/basic_assignment.rs
@@ -1,4 +1,4 @@
-//@ unit-test: ElaborateDrops
+//@ test-mir-pass: ElaborateDrops
 //@ needs-unwind
 // this tests move up progration, which is not yet implemented