mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
fix compile error in tests
This commit is contained in:
parent
fba66c03b7
commit
e308078af5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ fn build_host() {
|
|||
&target,
|
||||
&platform_main_roc,
|
||||
&preprocessed_host_path,
|
||||
ExposedSymbols {
|
||||
roc_linker::ExposedSymbols {
|
||||
top_level_values: vec![String::from("mainForHost")],
|
||||
exported_closure_types: vec![],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue