diff options
Diffstat (limited to 'test/tables.tm')
| -rw-r--r-- | test/tables.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tables.tm b/test/tables.tm index 85ca9101..7b1ac22c 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -65,7 +65,7 @@ func main() assert {1: 1, 2: 2} != {1: 1, 2: 999} assert ({1: 1, 2: 2} <> {2: 2, 1: 1}) == Int32(0) - ints : [{Int=Int}] = [{}, {0: 0}, {99: 99}, {1: 1, 2: 2, 3: 3}, {1: 1, 99: 99, 3: 3}, {1: 1, 2: -99, 3: 3}, {1: 1, 99: -99, 3: 4}] + ints : [{Int:Int}] = [{}, {0: 0}, {99: 99}, {1: 1, 2: 2, 3: 3}, {1: 1, 99: 99, 3: 3}, {1: 1, 2: -99, 3: 3}, {1: 1, 99: -99, 3: 4}] assert ints.sorted() == [{}, {0: 0}, {1: 1, 2: -99, 3: 3}, {1: 1, 2: 2, 3: 3}, {1: 1, 99: 99, 3: 3}, {1: 1, 99: -99, 3: 4}, {99: 99}] do |
