test expect reporting

This commit is contained in:
Folkert 2022-07-27 13:51:12 +02:00
parent b24c9e33d7
commit e19b272a9e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
6 changed files with 413 additions and 6 deletions

View file

@ -438,6 +438,7 @@ pub fn test(matches: &ArgMatches, triple: Triple) -> io::Result<i32> {
let (failed, passed) = roc_repl_expect::run::run_expects(
&mut writer,
roc_reporting::report::RenderTarget::ColorTerminal,
arena,
interns,
&lib,