chore: fix test
This commit is contained in:
parent
d7dd2fe3ab
commit
e2210ec4e0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ def test2._boxed (x_1 : obj) (x_2 : obj) : obj :=
|
|||
let x_3 : u32 := unbox x_1;
|
||||
dec x_1;
|
||||
let x_4 : obj := test2 x_3 x_2;
|
||||
ret x_4
|
||||
ret x_4
|
||||
Loading…
Add table
Reference in a new issue