Update tests

This commit is contained in:
Sam Mohr 2025-01-17 19:10:20 -08:00
parent 1a9668e83a
commit b8de09d048
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
61 changed files with 757 additions and 720 deletions

View file

@ -1,4 +1,4 @@
app "test" provides [main] to "./platform"
main = Bool.is_eq Bool.true Bool.false
# ^^^^^^^^^^ Eq#Bool.is_eq(9): Bool, Bool -[[Bool.structural_eq(11)]]-> Bool
# ^^^^^^^^^^ Eq#Bool.is_eq(7): Bool, Bool -[[Bool.structural_eq(9)]]-> Bool

View file

@ -14,8 +14,8 @@ main = (f "") {}
# -emit:mono
procedure Bool.2 ():
let Bool.23 : Int1 = true;
ret Bool.23;
let Bool.21 : Int1 = true;
ret Bool.21;
procedure Test.1 (Test.2):
let Test.34 : Int1 = CallByName Bool.2;