diff options
Diffstat (limited to '')
-rw-r--r-- | tests/mir-opt/issue_41110.test.ElaborateDrops.after.mir (renamed from src/test/mir-opt/issue_41110.test.ElaborateDrops.after.mir) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/issue_41110.test.ElaborateDrops.after.mir b/tests/mir-opt/issue_41110.test.ElaborateDrops.after.mir index 470b03232..82989c3f0 100644 --- a/src/test/mir-opt/issue_41110.test.ElaborateDrops.after.mir +++ b/tests/mir-opt/issue_41110.test.ElaborateDrops.after.mir @@ -96,6 +96,6 @@ fn test() -> () { } bb14 (cleanup): { - switchInt(_6) -> [false: bb10, otherwise: bb13]; // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2 + switchInt(_6) -> [0: bb10, otherwise: bb13]; // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2 } } |