aboutsummaryrefslogtreecommitdiff
path: root/test/enums.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 15:43:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 15:43:59 -0400
commit71f73d8b3ce63f9a3685bc1a1686ef4fab3294a6 (patch)
tree99fe1309fa4d24609867dcc62859caed909a76d9 /test/enums.tm
parentf5612e38183dc20d18f207f8ab055574a4d93ad0 (diff)
Deprecate sets
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)