diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:06:39 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:06:39 -0400 |
| commit | c0d0299b0f72b43c1f125c2e5319e4dce3e4c171 (patch) | |
| tree | 6682afdac4af8ceb1b71764724b16b9e7d465264 /test/enums.tm | |
| parent | 0892ceda93fdc8f29baae3549b555d9519bfe523 (diff) | |
Fix tests
Diffstat (limited to 'test/enums.tm')
| -rw-r--r-- | test/enums.tm | 2 |
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 |
