diff options
Diffstat (limited to 'test/optionals.tm')
| -rw-r--r-- | test/optionals.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/optionals.tm b/test/optionals.tm index d81d065f..1ec3c415 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -259,7 +259,7 @@ func main() = 5 do - >> value := if var : Int? = none: + >> value := if var : Int? = none var else 0 |
