Skip to content

Commit

Permalink
fix another test OMG
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Nov 21, 2024
1 parent 8718d8a commit c37b00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ else:
else {
(t.simplify, f.simplify) match {
case (Code.Const.False | Code.Const.Zero, Code.Const.One | Code.Const.True) =>
val not = Code.Ident("not")(whoKnows)
val not = Code.Not(whoKnows)
assert(tern == not)
case (ts, fs) =>
assert(tern == Code.Ternary(ts, whoKnows, fs))
Expand Down

0 comments on commit c37b00c

Please sign in to comment.