Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 9, 2025
1 parent e02ffac commit a95a252
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ mod tests {
fn parses_unclosed_parentheses() {
let src = "
(
^
^
";
let (src, span) = get_source_with_error_span(src);
let mut parser = Parser::for_str(&src);
Expand Down Expand Up @@ -1513,7 +1513,7 @@ mod tests {
fn parses_cast_missing_type() {
let src = "
1 as
^
^
";
let (src, span) = get_source_with_error_span(src);
let mut parser = Parser::for_str(&src);
Expand Down

0 comments on commit a95a252

Please sign in to comment.