aboutsummaryrefslogtreecommitdiff
path: root/test/when.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/when.tm')
-rw-r--r--test/when.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/when.tm b/test/when.tm
index 89525c64..77c97af5 100644
--- a/test/when.tm
+++ b/test/when.tm
@@ -13,4 +13,4 @@ func main():
>> when n is 1: Int64(1)
is 2: Int64(2)
is 21 + 2: Int64(23)
- = 23 : Int64?
+ = Int64(23)?