Skip to content

Commit f734057

Browse files
committed
Fix test
1 parent 17be682 commit f734057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/mir-opt/storage_ranges.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn main() {
77
}
88

99
// END RUST SOURCE
10-
// START rustc.main.TypeckMir.before.mir
10+
// START rustc.main.nll.0.mir
1111
// bb0: {
1212
// StorageLive(_1);
1313
// _1 = const 0i32;
@@ -31,4 +31,4 @@ fn main() {
3131
// StorageDead(_1);
3232
// return;
3333
// }
34-
// END rustc.main.TypeckMir.before.mir
34+
// END rustc.main.nll.0.mir

0 commit comments

Comments
 (0)