diff options
Diffstat (limited to 'test')
| -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 50e700f1..8e075855 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -75,10 +75,10 @@ func main() >> 5? or -1 = 5 - >> 5? or fail("Non-null is falsey") + >> 5? or fail("Non-none is falsey") = 5 - >> 5? or exit("Non-null is falsey") + >> 5? or exit("Non-none is falsey") = 5 >> none_int : Int? = none |
