mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
give the new exposed symbols to the surgical linker
This commit is contained in:
parent
fee5e978f7
commit
454f3c603e
11 changed files with 163 additions and 75 deletions
|
@ -148,7 +148,7 @@ fn compiles_to_ir(test_name: &str, src: &str, mode: &str, no_check: bool) {
|
|||
|
||||
assert!(type_problems.is_empty());
|
||||
|
||||
let main_fn_symbol = exposed_to_host.values.keys().copied().next();
|
||||
let main_fn_symbol = exposed_to_host.top_level_values.keys().copied().next();
|
||||
|
||||
if !no_check {
|
||||
check_procedures(arena, &interns, &mut layout_interner, &procedures);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue