diff options
Diffstat (limited to 'test/optionals.tm')
| -rw-r--r-- | test/optionals.tm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/optionals.tm b/test/optionals.tm index 8e075855..7bdd2fd1 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -241,10 +241,8 @@ func main() = 123 # Test comparisons, hashing, equality: - >> (none == 5?) - = no - >> (5? == 5?) - = yes + assert none != 5? + assert 5? == 5? >> nones : |Int?| = |none, none| >> also_nones : |Int?| = |none| >> nones == also_nones |
