Merge pull request #6549 from hristog/newline-when-tests-failed

Add a newline when reporting test failures
This commit is contained in:
Richard Feldman 2024-03-04 12:26:02 -05:00 committed by GitHub
commit 09e8131667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 45 deletions

View file

@ -649,7 +649,7 @@ pub fn handle_error_module(
let problems = report_problems_typechecked(&mut module);
problems.print_to_stdout(total_time);
problems.print_error_warning_count(total_time);
if print_run_anyway_hint {
// If you're running "main.roc" then you can just do `roc run`

View file

@ -1901,7 +1901,7 @@ fn load_multi_threaded<'a>(
// &mut can_problems_recorded,
// &mut type_problems_recorded,
// )
// .print_to_stdout(Duration::default()); // TODO determine total elapsed time and use it here
// .print_error_warning_count(Duration::default()); // TODO determine total elapsed time and use it here
Err(LoadingProblem::FormattedReport(
concat!(