From 3b783f7e131c6b5be5057127985d8ccb699d6d06 Mon Sep 17 00:00:00 2001 From: Araq <rumpf_a@web.de> Date: Thu, 6 Dec 2018 16:37:56 +0100 Subject: Testament: refactoring; makes the test joiner green --- tests/misc/tack.nim | 1 + tests/misc/tpos.nim | 1 + 2 files changed, 2 insertions(+) (limited to 'tests/misc') diff --git a/tests/misc/tack.nim b/tests/misc/tack.nim index fb89dc8b1..458395ef6 100644 --- a/tests/misc/tack.nim +++ b/tests/misc/tack.nim @@ -16,3 +16,4 @@ proc ack(x, y: int): int = # echo(ack(0, 0)) write(stdout, ack(3, 4)) #OUT 125 +write stdout, "\n" diff --git a/tests/misc/tpos.nim b/tests/misc/tpos.nim index 0c8efa43d..f7607d643 100644 --- a/tests/misc/tpos.nim +++ b/tests/misc/tpos.nim @@ -29,4 +29,5 @@ proc mypos(sub, s: string, start: int = 0): int = var sub = "hello" var s = "world hello" write(stdout, mypos(sub, s)) +write stdout, "\n" #OUT 6 -- cgit 1.4.1-2-gfad0