mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +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,
|
||||
render: RenderTarget::ColorTerminal,
|
||||
threading: Threading::Single,
|
||||
exec_mode: ExecutionMode::Executable,
|
||||
exec_mode: ExecutionMode::Test,
|
||||
};
|
||||
let loaded = roc_load::load_and_monomorphize_from_str(
|
||||
arena,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue