Fix test compile errors, and simply load_internal tests

This commit is contained in:
Ayaz Hafiz 2022-04-12 16:42:51 -04:00
parent cbbbb8c855
commit 865c1f15d7
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 41 additions and 15 deletions

View file

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