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 cf9284e1..eba1a685 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -113,12 +113,12 @@ func main(): !! ... !! Int64s: >> yep := maybe_int64(yes) - = Int64(123)? + = 123? >> nope := maybe_int64(no) = !Int64 >> if yep: >> yep - = Int64(123) + = 123 else: fail("Falsey: $yep") >> if nope: fail("Truthy: $nope") |
