Skip to content

Commit

Permalink
update mir-opt test
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Feb 14, 2024
1 parent 37b15ca commit 1f9b9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mir-opt/dataflow-const-prop/enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn statics() {

static RC: &E = &E::V2(4);

// CHECK: [[t:_.*]] = const {alloc2: &&E};
// CHECK: [[t:_.*]] = const {alloc9: &&E};
// CHECK: [[e2]] = (*[[t]]);
let e2 = RC;

Expand Down

0 comments on commit 1f9b9ce

Please sign in to comment.