Skip to content

Commit

Permalink
Bless mir-dump test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Nov 12, 2019
1 parent a1af690 commit 552fa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() {
// ...
// _4 = const Scalar(AllocId(1).0x0) : &i32;
// _3 = const Scalar(AllocId(1).0x0) : &i32;
// _2 = const Scalar(AllocId(1).0x0) : *const i32;
// _2 = const Value(Scalar(AllocId(1).0x0)) : *const i32;
// ...
// _1 = move _2 as usize (Misc);
// ...
Expand Down

0 comments on commit 552fa64

Please sign in to comment.