mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix wrapper result type
This commit is contained in:
parent
8070736cc7
commit
2d91225b01
1 changed files with 1 additions and 1 deletions
|
@ -3759,7 +3759,7 @@ fn expose_function_to_host_help_c_abi_gen_test<'a, 'ctx>(
|
|||
builder.position_at_end(last_block);
|
||||
|
||||
let wrapper_result = layout_interner.insert_direct_no_semantic(LayoutRepr::struct_(
|
||||
env.arena.alloc([Layout::U64, return_layout]),
|
||||
env.arena.alloc([Layout::U64, Layout::STR, return_layout]),
|
||||
));
|
||||
|
||||
call_roc_function(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue