summary refs log tree commit diff stats
path: root/tests/usingstmt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-06 16:37:56 +0100
committerAraq <rumpf_a@web.de>2018-12-11 21:23:23 +0100
commit3b783f7e131c6b5be5057127985d8ccb699d6d06 (patch)
tree2d1b08daa8b7a42912fd415bdc0242ee512c9558 /tests/usingstmt
parent8896770f8f9fa7057a11598b64160e7bce6a4266 (diff)
downloadNim-3b783f7e131c6b5be5057127985d8ccb699d6d06.tar.gz
Testament: refactoring; makes the test joiner green
Diffstat (limited to 'tests/usingstmt')
-rw-r--r--tests/usingstmt/tusingstatement.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/usingstmt/tusingstatement.nim b/tests/usingstmt/tusingstatement.nim
index fc050ee5b..6e4998892 100644
--- a/tests/usingstmt/tusingstatement.nim
+++ b/tests/usingstmt/tusingstatement.nim
@@ -84,3 +84,5 @@ proc use(r: var TResource) =
 
 autoClose(r = openResource("test")):
   use r
+
+write stdout, "\n"