summary refs log tree commit diff stats
path: root/tests/destructor
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-11-28 00:09:31 -0800
committerGitHub <noreply@github.com>2020-11-28 09:09:31 +0100
commitb809562c7cc38e391c1e3240d8ca77ba035c3f75 (patch)
tree5f5d6869dd774cb09d2956fdef47310d64a6c983 /tests/destructor
parent157e7820f1bf120d0015f3b564ccc45c42ab03f4 (diff)
downloadNim-b809562c7cc38e391c1e3240d8ca77ba035c3f75.tar.gz
make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151)
* fix megatest newlines
* still allow missing trailing newline for now but in a more strict way than before
Diffstat (limited to 'tests/destructor')
-rw-r--r--tests/destructor/ttuple.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/ttuple.nim b/tests/destructor/ttuple.nim
index 5a2126105..d0ea72c60 100644
--- a/tests/destructor/ttuple.nim
+++ b/tests/destructor/ttuple.nim
@@ -2,7 +2,7 @@
 discard """
    output: '''5.0 10.0
 =destroy
-=destroy   
+=destroy
 '''
 """