Skip to content

Commit

Permalink
Update booleans.lyte
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Sep 21, 2023
1 parent bb54859 commit 62929ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/booleans.lyte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main {
assert(t || f)
assert(t && t)
assert(!(f || f))
// assert(not (t == f))
assert(!(t == f))
// assert(not f == t)
// assert(t == not f)
}

0 comments on commit 62929ca

Please sign in to comment.