diff options
| author | sfzhu93 <zhushuofei@gmail.com> | 2024-01-07 22:03:42 -0800 |
|---|---|---|
| committer | sfzhu93 <zhushuofei@gmail.com> | 2024-01-08 21:58:01 -0800 |
| commit | 7135168d0874ee5e0485bb31d89ab69966a48337 (patch) | |
| tree | 1c7c48692d01be45e40b1183fb19d863eb76a233 | |
| parent | 1adda9a170085823f43672e60c19be29a4deb18f (diff) | |
| download | rust-7135168d0874ee5e0485bb31d89ab69966a48337.tar.gz rust-7135168d0874ee5e0485bb31d89ab69966a48337.zip | |
Add FileCheck for enum.rs
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/enum.constant.DataflowConstProp.32bit.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/enum.constant.DataflowConstProp.32bit.diff b/tests/mir-opt/dataflow-const-prop/enum.constant.DataflowConstProp.32bit.diff index 07ac5b72e24..f50a763ef9a 100644 --- a/tests/mir-opt/dataflow-const-prop/enum.constant.DataflowConstProp.32bit.diff +++ b/tests/mir-opt/dataflow-const-prop/enum.constant.DataflowConstProp.32bit.diff @@ -14,10 +14,10 @@ debug x => _2; } scope 3 { - debug x => _4; + debug x1 => _4; } scope 4 { - debug x => _5; + debug x2 => _5; } } |
