about summary refs log tree commit diff
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 9441c6f4085..1fe29a29e23 100644
--- a/src/test/mir-opt/packed-struct-drop-aligned.rs
+++ b/src/test/mir-opt/packed-struct-drop-aligned.rs
@@ -42,7 +42,7 @@ impl Drop for Droppy {
 //     bb0: {
 //         StorageLive(_1);
 //         ...
-//         _1 = Packed::{{constructor}}(move _2,);
+//         _1 = Packed(move _2,);
 //         ...
 //         StorageLive(_6);
 //         _6 = move (_1.0: Aligned);