mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Fix test compile errors, and simply load_internal tests
This commit is contained in:
parent
cbbbb8c855
commit
865c1f15d7
7 changed files with 41 additions and 15 deletions
|
@ -101,6 +101,7 @@ fn compiles_to_ir(test_name: &str, src: &str) {
|
|||
src_dir,
|
||||
Default::default(),
|
||||
TARGET_INFO,
|
||||
roc_reporting::report::RenderTarget::Generic,
|
||||
);
|
||||
|
||||
let mut loaded = match loaded {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue