From 2ed1bb72b979daf49c450aca37d259a178c3171e Mon Sep 17 00:00:00 2001 From: rzvxa Date: Wed, 5 Jun 2024 23:02:59 +0330 Subject: [PATCH] chore: merge with downstack --- .../integration__cfg__cfg_files@switch_in_while.js-2.snap | 1 - .../snapshots/integration__cfg__cfg_files@while.js-2.snap | 1 - 2 files changed, 2 deletions(-) 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 1a1a9c15c13c27..32b0bb2c5f199e 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 @@ -34,7 +34,6 @@ digraph { 1 -> 2 [ label = "Normal" ] 2 -> 3 [ label = "Normal" ] 8 -> 2 [ label = "Backedge" ] - 8 -> 9 [ label = "Normal" ] 2 -> 9 [ label = "Normal" ] 5 -> 2 [ label = "Jump" ] } diff --git a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@while.js-2.snap b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@while.js-2.snap index 803cfba6af3738..a7521e9afd45da 100644 --- a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@while.js-2.snap +++ b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@while.js-2.snap @@ -32,7 +32,6 @@ digraph { 3 -> 4 [ label = "Normal" ] 4 -> 7 [ label = "Normal" ] 8 -> 4 [ label = "Backedge" ] - 8 -> 9 [ label = "Normal" ] 4 -> 9 [ label = "Normal" ] 10 -> 2 [ label = "Error(Implicit)" ] 9 -> 10 [ label = "Unreachable" , style = "dotted" ]