mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +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,
|
&target,
|
||||||
&platform_main_roc,
|
&platform_main_roc,
|
||||||
&preprocessed_host_path,
|
&preprocessed_host_path,
|
||||||
ExposedSymbols {
|
roc_linker::ExposedSymbols {
|
||||||
top_level_values: vec![String::from("mainForHost")],
|
top_level_values: vec![String::from("mainForHost")],
|
||||||
exported_closure_types: vec![],
|
exported_closure_types: vec![],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue