Merge pull request #3702 from rtfeldman/test-str-builtins

`roc test` on `Str` builtins
This commit is contained in:
Folkert de Vries 2022-08-07 13:14:17 +02:00 committed by GitHub
commit c7f9a39625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 1 deletions

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,