chore: fix test

This commit is contained in:
Sebastian Ullrich 2021-07-06 17:27:11 +02:00
parent d7dd2fe3ab
commit e2210ec4e0

View file

@ -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