mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fixed mono tests
This commit is contained in:
parent
a5a91d428f
commit
6f0c76f7b3
2 changed files with 4 additions and 3 deletions
|
@ -13,8 +13,8 @@ procedure Test.2 (Test.19):
|
|||
ret Test.14;
|
||||
else
|
||||
let Test.5 : [<rnu><null>, C *self] = UnionAtIndex (Id 0) (Index 0) Test.7;
|
||||
let #Derived_gen.1 : Int1 = lowlevel RefCountIsUnique Test.7;
|
||||
if #Derived_gen.1 then
|
||||
let #Derived_gen.2 : Int1 = lowlevel RefCountIsUnique Test.7;
|
||||
if #Derived_gen.2 then
|
||||
decref Test.7;
|
||||
jump Test.13 Test.5;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue