aboutsummaryrefslogtreecommitdiff
path: root/test/enums.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 18:06:39 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 18:06:39 -0400
commitc0d0299b0f72b43c1f125c2e5319e4dce3e4c171 (patch)
tree6682afdac4af8ceb1b71764724b16b9e7d465264 /test/enums.tm
parent0892ceda93fdc8f29baae3549b555d9519bfe523 (diff)
Fix tests
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 f12b3d79..fe767ebf 100644
--- a/test/enums.tm
+++ b/test/enums.tm
@@ -46,7 +46,7 @@ func main()
assert Foo.One(10) < Foo.Two(1, 2)
>> x := Foo.One(123)
- >> t := {x=yes}
+ >> t := {x: yes}
assert t.has(x) == yes
assert t.has(Foo.Zero) == no