Skip to content

Commit

Permalink
Fix format test
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Jul 18, 2024
1 parent 7440eb8 commit e3c8257
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ mod test {
let e = runtime.eval::<Undefined>("1+1;\n1 + x").unwrap_err().as_highlighted(ErrorFormattingOptions::default());
assert_eq!(e, concat!(
"At 2:4:\n",
"| 1 + x\n",
"| ^\n",
"= Uncaught ReferenceError: x is not defined"
));

Expand Down

0 comments on commit e3c8257

Please sign in to comment.