Skip to content

Commit 599fe9c

Browse files
committed
Promote tests
1 parent 039e6ae commit 599fe9c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ocaml/testsuite/tests/typing-layouts-float64/alloc.reference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Boxed:
55
estimate: 3.141693
66
allocations: Allocated
77
Construction (40 bytes for record):
8-
allocated bytes: 5.00
8+
allocated bytes: 40.00
99
a: 3.14
1010
b: 42.00
1111
c: 6.28

ocaml/testsuite/tests/typing-local/alloc.heap.reference

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
maniparray: Allocation
2727
manipfarray: Allocation
2828
ref: Allocation
29-
bytes: No Allocation
29+
bytes: Allocation
3030
stringbint: Allocation
3131
bigstringbint: Allocation
3232
verylong: Allocation
3333
manylong: Allocation
34-
optionalarg: No Allocation
34+
optionalarg: Allocation
3535
optionaleta: Allocation
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
access from literal: No Allocation
2-
access from Iarray.init: No Allocation
3-
match on literal: No Allocation
4-
match on Iarray.init: No Allocation
1+
access from literal: Allocation
2+
access from Iarray.init: Allocation
3+
match on literal: Allocation
4+
match on Iarray.init: Allocation

ocaml/testsuite/tests/typing-local/iarray.byte.reference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
66
of_list_local: Allocation
77
map_local: Allocation

0 commit comments

Comments
 (0)