Skip to content

Commit c626d85

Browse files
committed
Compiler.Tests: fix type codes of dynarray of dynarrays
1 parent 3fb5634 commit c626d85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Compiler/test2/cc_bytecode_test_0.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5108,7 +5108,7 @@ TEST_F(Bytecode0, DynarrayOfDynarray1) {
51085108
36, 8, 38, 0, 36, 9, 6, 3, // 7
51095109
2, 29, 3, 36, 10, 51, 0, 49, // 15
51105110
1, 1, 4, 36, 11, 6, 3, 3, // 23
5111-
75, 3, 100, 4, 51, 4, 47, 3, // 31
5111+
75, 3, 115, 4, 51, 4, 47, 3, // 31
51125112
36, 12, 6, 3, 5, 75, 3, 100, // 39
51135113
24, 29, 3, 51, 8, 48, 2, 52, // 47
51145114
6, 3, 11, 71, 3, 30, 3, 1, // 55
@@ -5170,7 +5170,7 @@ TEST_F(Bytecode0, DynarrayOfDynarray2) {
51705170
int32_t code[] = {
51715171
36, 4, 38, 0, 36, 5, 6, 3, // 7
51725172
2, 29, 3, 36, 6, 6, 3, 3, // 15
5173-
75, 3, 5, 4, 6, 2, 0, 47, // 23
5173+
75, 3, 108, 4, 6, 2, 0, 47, // 23
51745174
3, 36, 7, 6, 3, 5, 75, 3, // 31
51755175
5, 2, 29, 3, 6, 2, 0, 48, // 39
51765176
2, 52, 29, 2, 51, 12, 7, 3, // 47
@@ -5244,7 +5244,7 @@ TEST_F(Bytecode0, DynarrayOfDynarray3) {
52445244
int32_t code[] = {
52455245
36, 9, 38, 0, 36, 10, 51, 0, // 7
52465246
49, 1, 1, 4, 36, 11, 6, 3, // 15
5247-
3, 75, 3, 100, 4, 51, 4, 47, // 23
5247+
3, 75, 3, 116, 4, 51, 4, 47, // 23
52485248
3, 36, 12, 6, 3, 5, 75, 3, // 31
52495249
100, 4, 29, 3, 51, 8, 48, 2, // 39
52505250
52, 6, 3, 11, 71, 3, 30, 3, // 47

0 commit comments

Comments
 (0)