Skip to content

Commit 1f9b9ce

Browse files
committed
update mir-opt test
1 parent 37b15ca commit 1f9b9ce

File tree

1 file changed

+1
-1
lines changed
  • tests/mir-opt/dataflow-const-prop

1 file changed

+1
-1
lines changed

tests/mir-opt/dataflow-const-prop/enum.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn statics() {
6262

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

65-
// CHECK: [[t:_.*]] = const {alloc2: &&E};
65+
// CHECK: [[t:_.*]] = const {alloc9: &&E};
6666
// CHECK: [[e2]] = (*[[t]]);
6767
let e2 = RC;
6868

0 commit comments

Comments
 (0)