diff options
| author | sfzhu93 <zhushuofei@gmail.com> | 2024-01-07 22:03:42 -0800 |
|---|---|---|
| committer | sfzhu93 <zhushuofei@gmail.com> | 2024-01-07 22:03:42 -0800 |
| commit | 33e5d851a923ab46544d2cda70f80a59e4c1398c (patch) | |
| tree | 2be65e604637243590d0d0904291e6baa7e78125 /tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.32bit.diff | |
| parent | e05c779ee30fc7d2bdbb41ae95dd7e5b7d404621 (diff) | |
| download | rust-33e5d851a923ab46544d2cda70f80a59e4c1398c.tar.gz rust-33e5d851a923ab46544d2cda70f80a59e4c1398c.zip | |
Add FileCheck for enum.rs
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.32bit.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.32bit.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.32bit.diff b/tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.32bit.diff index 775325c4d06..6bf702b8568 100644 --- a/tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.32bit.diff +++ b/tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.32bit.diff @@ -14,7 +14,7 @@ let _6: u8; let _8: u8; scope 2 { - debug x => _6; + debug x2 => _6; let _9: u8; scope 4 { debug y => _9; |
