Skip to content

Commit

Permalink
Bless forgotten test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Jun 30, 2024
1 parent e815f8f commit 6054a5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ui/stable-mir-print/basic_function.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ fn demux(_1: u8) -> u8 {
let mut _0: u8;
debug input => _1;
bb0: {
switchInt(_1) -> [0: bb2, 1: bb3, 2: bb4, otherwise: bb1];
switchInt(_1) -> [0: bb4, 1: bb3, 2: bb2, otherwise: bb1];
}
bb1: {
_0 = 0_u8;
goto -> bb5;
}
bb2: {
_0 = 10_u8;
_0 = 8_u8;
goto -> bb5;
}
bb3: {
_0 = 6_u8;
goto -> bb5;
}
bb4: {
_0 = 8_u8;
_0 = 10_u8;
goto -> bb5;
}
bb5: {
Expand Down

0 comments on commit 6054a5b

Please sign in to comment.