Skip to content

Commit

Permalink
adjusted spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Mar 15, 2024
1 parent 72916df commit e97cb06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ pub fn test(matches: &ArgMatches, triple: Triple) -> io::Result<i32> {

for (module_id, expects) in expects_by_module.into_iter() {
let test_start_time = Instant::now();

let (failed_count, passed_count) = roc_repl_expect::run::run_toplevel_expects(
&mut writer,
roc_reporting::report::RenderTarget::ColorTerminal,
Expand Down

0 comments on commit e97cb06

Please sign in to comment.