Skip to content

Commit 7135168

Browse files
committed
Add FileCheck for enum.rs
1 parent 1adda9a commit 7135168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mir-opt/dataflow-const-prop/enum.constant.DataflowConstProp.32bit.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
debug x => _2;
1515
}
1616
scope 3 {
17-
debug x => _4;
17+
debug x1 => _4;
1818
}
1919
scope 4 {
20-
debug x => _5;
20+
debug x2 => _5;
2121
}
2222
}
2323

0 commit comments

Comments
 (0)