mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
expect tests need to run with test execution mode
This commit is contained in:
parent
68888c79ae
commit
45c15bf1f1
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ mod test {
|
||||||
target_info,
|
target_info,
|
||||||
render: RenderTarget::ColorTerminal,
|
render: RenderTarget::ColorTerminal,
|
||||||
threading: Threading::Single,
|
threading: Threading::Single,
|
||||||
exec_mode: ExecutionMode::Executable,
|
exec_mode: ExecutionMode::Test,
|
||||||
};
|
};
|
||||||
let loaded = roc_load::load_and_monomorphize_from_str(
|
let loaded = roc_load::load_and_monomorphize_from_str(
|
||||||
arena,
|
arena,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue