aboutsummaryrefslogtreecommitdiff
path: root/test/enums.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/enums.tm')
-rw-r--r--test/enums.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/enums.tm b/test/enums.tm
index 3b3b31ea..901298a8 100644
--- a/test/enums.tm
+++ b/test/enums.tm
@@ -42,7 +42,7 @@ func main()
= yes
>> x := Foo.One(123)
- >> t := {x}
+ >> t := |x|
>> t.has(x)
= yes
>> t.has(Foo.Zero)