summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-10-16 20:29:16 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-10-16 20:29:16 +0200
commit9485f1c888422bc39f6f6b0e06e5dc230636be06 (patch)
tree1cbd2069a47a6e8231664c00cfdc7a63bfd69475 /tests
parent527e20fd3a0f2cc13afcfb0d402b77087c94c3ee (diff)
downloadNim-9485f1c888422bc39f6f6b0e06e5dc230636be06.tar.gz
make tests green again
Diffstat (limited to 'tests')
-rw-r--r--tests/ccgbugs/tret_arg_init.nim6
-rw-r--r--tests/concepts/tmapconcept.nim2
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/ccgbugs/tret_arg_init.nim b/tests/ccgbugs/tret_arg_init.nim
index 3c80fb061..5cd67de3e 100644
--- a/tests/ccgbugs/tret_arg_init.nim
+++ b/tests/ccgbugs/tret_arg_init.nim
@@ -1,7 +1,7 @@
 discard """
-  output: '''nil
-nil
-nil'''
+  output: '''
+
+'''
 """
 
 type Bar = object
diff --git a/tests/concepts/tmapconcept.nim b/tests/concepts/tmapconcept.nim
index 81caed7c6..5082fcb61 100644
--- a/tests/concepts/tmapconcept.nim
+++ b/tests/concepts/tmapconcept.nim
@@ -1,7 +1,7 @@
 discard """
 output: '''10
 10
-nil
+
 1'''
 msg: '''
 K=string V=int