aboutsummaryrefslogtreecommitdiff
path: root/test/optionals.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/optionals.tm')
-rw-r--r--test/optionals.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/optionals.tm b/test/optionals.tm
index 5344848d..36f38625 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 then
var
else
0