Update mono tests

This commit is contained in:
ayazhafiz 2022-07-06 00:28:19 -04:00 committed by Ayaz Hafiz
parent efbd1bf4c7
commit b6ebb960c9
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ procedure Test.2 (Test.3):
let Test.6 : {} = CallByName Test.8 Test.7;
ret Test.6;
procedure Test.8 (Test.9, #Attr.12):
procedure Test.8 (Test.9):
Error The `#UserApp.IdentId(8)` function could not be generated, likely due to a type error.
procedure Test.0 ():

View File

@ -1,6 +1,6 @@
procedure List.5 (#Attr.2, #Attr.3):
Error UnresolvedTypeVar crates/compiler/mono/src/ir.rs line 5117
Error UnresolvedTypeVar crates/compiler/mono/src/ir.rs line 5119
procedure Test.0 ():
let Test.1 : List {} = Array [];
Error UnresolvedTypeVar crates/compiler/mono/src/ir.rs line 4644
Error UnresolvedTypeVar crates/compiler/mono/src/ir.rs line 4646