Skip to content

Commit bf9cb95

Browse files
authored
flambda-backend: Fix typing-local/iarray.ml for when stack allocation is disabled (#2059)
1 parent db04e80 commit bf9cb95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/tests/typing-local/iarray.heap.reference

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
init_local: Allocation
22
append_local: Allocation
33
concat_local: Allocation
4-
sub_local: No Allocation
4+
sub_local: Allocation
55
to_list_local: Allocation
6-
of_list_local: No Allocation
6+
of_list_local: Allocation
77
map_local: Allocation
88
mapi_local: Allocation
99
fold_left_local: Allocation

0 commit comments

Comments
 (0)