Skip to content

Commit

Permalink
Update regression test for issue #835. (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
taimoorzaeem authored Aug 26, 2022
1 parent 46d2e05 commit bc92cd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/issues/issue835.icry
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
:m Float
:t (zero : Float 5 11) <$ zero
:t number`{1, Float _ _}
8 changes: 2 additions & 6 deletions tests/issues/issue835.icry.stdout
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
Loading module Cryptol
Loading module Cryptol
Loading module Float

[error] at issue835.icry:2:4--2:31:
• Type `Float 5 11` does not support signed comparisons.
arising from
use of expression (<$)
at issue835.icry:2:4--2:31
number`{1, Float _ _} :
{n, m} (ValidFloat n m, Literal 1 (Float n m)) => Float n m

0 comments on commit bc92cd0

Please sign in to comment.