mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Fix more tests
This commit is contained in:
parent
894697b284
commit
ed048c7c93
6 changed files with 9 additions and 4 deletions
|
@ -88,7 +88,7 @@ mod test {
|
|||
use pretty_assertions::assert_eq;
|
||||
use roc_gen_llvm::{llvm::build::LlvmBackendMode, run_roc::RocCallResult, run_roc_dylib};
|
||||
use roc_load::{ExecutionMode, LoadConfig, Threading};
|
||||
use roc_reporting::report::RenderTarget;
|
||||
use roc_reporting::report::{RenderTarget, DEFAULT_PALETTE};
|
||||
use target_lexicon::Triple;
|
||||
|
||||
use crate::run::expect_mono_module_to_dylib;
|
||||
|
@ -114,6 +114,7 @@ mod test {
|
|||
let load_config = LoadConfig {
|
||||
target_info,
|
||||
render: RenderTarget::ColorTerminal,
|
||||
palette: DEFAULT_PALETTE,
|
||||
threading: Threading::Single,
|
||||
exec_mode: ExecutionMode::Test,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue