diff --git a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap index d26b886f0e879..d8f0f6e744b70 100644 --- a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap +++ b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap @@ -23,7 +23,7 @@ digraph { 6 -> 7 [ label = Normal ] 0 -> 1 [ label = Normal ] 1 -> 2 [ label = Normal ] - 8 -> 1 [ label = Backedge ] - 1 -> 9 [ label = Normal ] - 5 -> 1 [ label = Normal ] + 7 -> 1 [ label = Backedge ] + 1 -> 8 [ label = Normal ] + 4 -> 1 [ label = Jump ] }