mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
uncomment cranelift tests
This commit is contained in:
parent
99db336033
commit
f906c9b4b4
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ use inkwell::{AddressSpace, FloatPredicate, IntPredicate};
|
|||
use crate::llvm::convert::{
|
||||
basic_type_from_layout, collection_wrapper, get_array_type, get_fn_type,
|
||||
};
|
||||
use roc_collections::all::{ImMap, MutMap};
|
||||
use roc_collections::all::ImMap;
|
||||
use roc_module::symbol::{Interns, Symbol};
|
||||
use roc_mono::expr::{Expr, Proc, Procs};
|
||||
use roc_mono::layout::{Builtin, Layout};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue