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 22, 2023
1 parent 4c6d407 commit d689d5a
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 @@ -15,5 +15,5 @@ main {
assert(!(f || f))
assert(!(t == f))
assert(!f == t)
// assert(t == not f)
assert(t == !f)
}

0 comments on commit d689d5a

Please sign in to comment.