mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
adjusted spacing
This commit is contained in:
parent
72916dfdf8
commit
e97cb06e2f
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue