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 d07182cc..0cef37cf 100644
--- a/test/enums.tm
+++ b/test/enums.tm
@@ -53,7 +53,7 @@ func main()
assert Foo.One(10) < Foo.Two(1, 2)
>> x := Foo.One(123)
- >> t := |x|
+ >> t := {x=yes}
>> t.has(x)
= yes
>> t.has(Foo.Zero)