This commit is contained in:
Anton-4 2024-03-15 17:36:03 +01:00
parent e97cb06e2f
commit 4b6910c033
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

@ -571,7 +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,