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 4528ee6c..51a78380 100644
--- a/test/optionals.tm
+++ b/test/optionals.tm
@@ -223,7 +223,7 @@ func main()
# Test comparisons, hashing, equality:
assert none != optional
assert optional == 5
- >> nones : {Int?=Bool} = {none=yes, none=yes}
+ >> nones : {Int?:Bool} = {none: yes, none: yes}
assert nones.keys == [none]
assert [5, none, none, 6].sorted() == [none, none, 5, 6]