diff options
author | Araq <rumpf_a@web.de> | 2018-12-06 16:37:56 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:23 +0100 |
commit | 3b783f7e131c6b5be5057127985d8ccb699d6d06 (patch) | |
tree | 2d1b08daa8b7a42912fd415bdc0242ee512c9558 /tests/seq/tseq.nim | |
parent | 8896770f8f9fa7057a11598b64160e7bce6a4266 (diff) | |
download | Nim-3b783f7e131c6b5be5057127985d8ccb699d6d06.tar.gz |
Testament: refactoring; makes the test joiner green
Diffstat (limited to 'tests/seq/tseq.nim')
-rw-r--r-- | tests/seq/tseq.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/seq/tseq.nim b/tests/seq/tseq.nim index 1cb94b308..6a28bc8e6 100644 --- a/tests/seq/tseq.nim +++ b/tests/seq/tseq.nim @@ -203,3 +203,4 @@ block ttoseq: stdout.write(x) var y: type("a b c".split) y = "xzy" + stdout.write("\n") |