diff options
Diffstat (limited to 'test/tables.tm')
| -rw-r--r-- | test/tables.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tables.tm b/test/tables.tm index 144b93e5..e75788bb 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -7,7 +7,7 @@ func main(): >> t["two"] = 2? >> t["???"] - = none:Int + = none >> t["one"]! = 1 >> t["???"] or -1 @@ -37,7 +37,7 @@ func main(): >> t2["three"] = 3? >> t2["???"] - = none:Int + = none >> t2.length = 1 |
