Skip to content

Commit 119335c

Browse files
committed
Bless tests
1 parent b68f521 commit 119335c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/mir-opt/unusual_item_types.Test-X-{constructor#0}.built.after.mir renamed to tests/mir-opt/unusual_item_types.Test-X-{constructor#0}.runtime-optimized.after.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MIR for `Test::X` after built
1+
// MIR for `Test::X` after runtime-optimized
22

33
fn Test::X(_1: usize) -> Test {
44
let mut _0: Test;

tests/mir-opt/unusual_item_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ impl A {
1111
}
1212

1313
// See #59021
14-
// EMIT_MIR unusual_item_types.Test-X-{constructor#0}.built.after.mir
14+
// EMIT_MIR unusual_item_types.Test-X-{constructor#0}.runtime-optimized.after.mir
1515
enum Test {
1616
X(usize),
1717
Y { a: usize },

0 commit comments

Comments
 (0)