fixed mono tests

This commit is contained in:
Anton-4 2023-05-01 12:13:30 +02:00
parent a5a91d428f
commit 6f0c76f7b3
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
2 changed files with 4 additions and 3 deletions

View file

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