Skip to content

Commit

Permalink
Fxi
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 10, 2023
1 parent 3a25d69 commit c61f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc/tests/projects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ fn issue_6009() {
);
}
Err(err) => {
let expected_error_msg = "failed to process input file";
let expected_error_msg = "cannot process file because";

assert!(
err.to_string().contains(expected_error_msg),
Expand Down

0 comments on commit c61f1a4

Please sign in to comment.