Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Jan 19, 2023
1 parent dff6b6c commit 799d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Internal/positive/BuiltinIf.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module BuiltinIf;
open import Stdlib.Prelude;

main : Bool;
main := if false ((&&) false) ((&&) true) true;
main := if false (and false) (and true) true;

end;

0 comments on commit 799d218

Please sign in to comment.