diff options
Diffstat (limited to 'tests/collections/ttables.nim')
-rw-r--r-- | tests/collections/ttables.nim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/collections/ttables.nim b/tests/collections/ttables.nim index 4d11f56f2..f1355e747 100644 --- a/tests/collections/ttables.nim +++ b/tests/collections/ttables.nim @@ -1,6 +1,5 @@ discard """ - file: "ttables.nim" - output: ''' +output: ''' done And we get here 1 @@ -142,7 +141,7 @@ block tindexby: tbl2.add("bar", elem1) tbl2.add("baz", elem2) doAssert indexBy(@[elem1,elem2], proc(x: TElem): string = x.bar) == tbl2, "element table" - + block tableconstr: # Test if the new table constructor syntax works: |