Skip to content

Commit

Permalink
test: Update conformance test error message format (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrabbit123 committed Aug 15, 2023
1 parent f78187b commit a04f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stc_ts_file_analyzer/tests/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ fn compare(input: PathBuf) {
}
let stderr = run_test(input, false, false).unwrap();

panic!("Wanted {:?}\n{}", expected, stderr)
panic!("\nWanted {:?}\nBut, We got {:?}\n\n{}", expected, actual, stderr)
}

fn invoke_tsc(input: &Path) -> Vec<TscError> {
Expand Down

0 comments on commit a04f4b1

Please sign in to comment.