fix compile error in tests

This commit is contained in:
Folkert 2023-03-05 18:11:30 +01:00
parent fba66c03b7
commit e308078af5
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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![],
},