Skip to content

Commit

Permalink
chore: delete commeted code
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Jun 23, 2024
1 parent 036eed5 commit 4afb723
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions crates/oxc_semantic/tests/integration/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,6 @@ impl<'a> SemanticTester<'a> {
),
_ => semantic_ret.semantic,
}
// if !semantic_ret.errors.is_empty() {
// let report = self.wrap_diagnostics(semantic_ret.errors);
// panic!(
// "Semantic analysis failed:\n\n{}",
// report
// .iter()
// .map(ToString::to_string)
// .intersperse("\n\n".to_owned())
// .collect::<String>()
// );
// };

// semantic_ret.semantic
}

/// Parse the source text into a new [`Semantic`], but preserves any errors that occur during
Expand Down

0 comments on commit 4afb723

Please sign in to comment.