expect tests need to run with test execution mode

This commit is contained in:
Folkert 2022-08-06 23:00:58 +02:00
parent 68888c79ae
commit 45c15bf1f1
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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,