mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Merge pull request #3702 from rtfeldman/test-str-builtins
`roc test` on `Str` builtins
This commit is contained in:
commit
c7f9a39625
4 changed files with 24 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