diff options
Diffstat (limited to 'test/tables.tm')
| -rw-r--r-- | test/tables.tm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tables.tm b/test/tables.tm index 1f4244f9..587a02c8 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -97,9 +97,6 @@ func main() >> 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}].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}] - >> other_ints : [|Int|] = [||, |1|, |2|, |99|, |0, 3|, |1, 2|, |99|].sorted() - = [||, |0, 3|, |1|, |1, 2|, |2|, |99|, |99|] - do # Default values: counter := &{"x"=10; default=0} |
