mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
test cleanup
This commit is contained in:
parent
82e4ab67b3
commit
01b810266b
4 changed files with 19 additions and 25 deletions
|
@ -96,15 +96,13 @@ fn compiles_to_ir(test_name: &str, src: &str) {
|
|||
module_src = &temp;
|
||||
}
|
||||
|
||||
let exposed_types = MutMap::default();
|
||||
|
||||
let loaded = roc_load::file::load_and_monomorphize_from_str(
|
||||
arena,
|
||||
filename,
|
||||
module_src,
|
||||
&stdlib,
|
||||
src_dir,
|
||||
exposed_types,
|
||||
Default::default(),
|
||||
TARGET_INFO,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue