summary refs log tree commit diff stats
path: root/tests/misc/tpos.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tpos.nim')
-rw-r--r--tests/misc/tpos.nim1
1 files changed, 1 insertions, 0 deletions
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