diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-12-07 16:04:25 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-12-07 16:04:25 -0500 |
| commit | 37f3e91f6c95d46f161dbde05b0a005fe7e7c17a (patch) | |
| tree | c6e080ebbe7aed267b8ca0c5aec80fece51a5f65 /test/serialization.tm | |
| parent | a201939a8150bc4c2f221925797ea2751c74b77c (diff) | |
Rename "NONE" to "none"
Diffstat (limited to 'test/serialization.tm')
| -rw-r--r-- | test/serialization.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/serialization.tm b/test/serialization.tm index da79f1b7..a442d9e2 100644 --- a/test/serialization.tm +++ b/test/serialization.tm @@ -1,5 +1,5 @@ -struct Foo(name:Text, next=NONE:@Foo) +struct Foo(name:Text, next=none:@Foo) enum MyEnum(Zero, One(x:Int), Two(x:Num, y:Text)) @@ -88,7 +88,7 @@ func main(): = yes do: - >> obj := NONE:Num + >> obj := none:Num >> bytes := obj:serialized() >> deserialize(bytes -> Num?) == obj = yes |
