mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix tests
This commit is contained in:
parent
65ab08728a
commit
3be7df1cac
3 changed files with 6 additions and 14 deletions
|
@ -97,6 +97,10 @@ pub fn gen_from_mono_module(
|
|||
if name.starts_with("roc_builtins.dict") || name.starts_with("dict.RocDict") {
|
||||
function.add_attribute(AttributeLoc::Function, attr);
|
||||
}
|
||||
|
||||
if name.starts_with("roc_builtins.list") || name.starts_with("list.RocList") {
|
||||
function.add_attribute(AttributeLoc::Function, attr);
|
||||
}
|
||||
}
|
||||
|
||||
let builder = context.create_builder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue