mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Import in test reporting
This commit is contained in:
parent
7e512077e7
commit
c351be3230
1 changed files with 2 additions and 1 deletions
|
@ -19,9 +19,10 @@ mod test_reporting {
|
|||
use roc_parse::module::parse_header;
|
||||
use roc_parse::state::State;
|
||||
use roc_parse::test_helpers::parse_expr_with;
|
||||
use roc_problem::Severity;
|
||||
use roc_region::all::LineInfo;
|
||||
use roc_reporting::report::{
|
||||
can_problem, parse_problem, type_problem, RenderTarget, Report, Severity, ANSI_STYLE_CODES,
|
||||
can_problem, parse_problem, type_problem, RenderTarget, Report, ANSI_STYLE_CODES,
|
||||
DEFAULT_PALETTE,
|
||||
};
|
||||
use roc_reporting::report::{RocDocAllocator, RocDocBuilder};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue