diff options
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 |
