diff options
Diffstat (limited to 'test/optionals.tm')
| -rw-r--r-- | test/optionals.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/optionals.tm b/test/optionals.tm index bf3e1633..40512557 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -245,8 +245,8 @@ func main(): = no >> (5? == 5?) = yes - >> nones : {Int?} = {none, none} - >> also_nones : {Int?} = {none} + >> nones : |Int?| = |none, none| + >> also_nones : |Int?| = |none| >> nones == also_nones >> [5?, none, none, 6?].sorted() = [none, none, 5, 6] |
