Skip to content

Commit 10fcc29

Browse files
committed
chore: merge with downstack
1 parent 6a4940c commit 10fcc29

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ digraph {
3434
1 -> 2 [ label = "Normal" ]
3535
2 -> 3 [ label = "Normal" ]
3636
8 -> 2 [ label = "Backedge" ]
37-
8 -> 9 [ label = "Normal" ]
3837
2 -> 9 [ label = "Normal" ]
3938
5 -> 2 [ label = "Jump" ]
4039
}

crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@while.js-2.snap

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ digraph {
3232
3 -> 4 [ label = "Normal" ]
3333
4 -> 7 [ label = "Normal" ]
3434
8 -> 4 [ label = "Backedge" ]
35-
8 -> 9 [ label = "Normal" ]
3635
4 -> 9 [ label = "Normal" ]
3736
10 -> 2 [ label = "Error(Implicit)" ]
3837
9 -> 10 [ label = "Unreachable" , style = "dotted" ]

0 commit comments

Comments
 (0)