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.simple.DataflowConstProp.64bit.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.simple.DataflowConstProp.64bit.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.64bit.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.64bit.diff b/tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.64bit.diff index 798b0c041b4..b31f98460e4 100644 --- a/tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.64bit.diff +++ b/tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.64bit.diff @@ -14,10 +14,10 @@ debug x => _2; } scope 3 { - debug x => _4; + debug x1 => _4; } scope 4 { - debug x => _5; + debug x2 => _5; } } |
