mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix more tests
This commit is contained in:
parent
894697b284
commit
ed048c7c93
6 changed files with 9 additions and 4 deletions
|
@ -53,6 +53,7 @@ pub fn helper(
|
|||
let load_config = LoadConfig {
|
||||
target_info: roc_target::TargetInfo::default_x86_64(),
|
||||
render: roc_reporting::report::RenderTarget::ColorTerminal,
|
||||
palette: roc_reporting::report::DEFAULT_PALETTE,
|
||||
threading: Threading::Single,
|
||||
exec_mode: ExecutionMode::Executable,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue