mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove single entrypoint
This commit is contained in:
parent
3c232446d9
commit
5b8b781bad
4 changed files with 5 additions and 37 deletions
|
@ -237,7 +237,7 @@ fn gen_from_mono_module_llvm<'a>(
|
|||
})
|
||||
.collect_in(arena);
|
||||
|
||||
roc_mono::ir::EntryPoint::Multiple(entry_points.into_bump_slice())
|
||||
roc_mono::ir::EntryPoint::Program(entry_points.into_bump_slice())
|
||||
}
|
||||
EntryPoint::Test => roc_mono::ir::EntryPoint::Expects { symbols: &[] },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue