summary refs log tree commit diff stats
path: root/tests/parallel
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-08-18 18:52:39 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-18 18:52:39 +0200
commitf2263cd129ff41259db99c68e98f966a681adf78 (patch)
tree3c9e7d84758b0b76cc31cc0b3f3d8772027c64eb /tests/parallel
parent792829ad25cb236960da079da86d43eda5867676 (diff)
downloadNim-f2263cd129ff41259db99c68e98f966a681adf78.tar.gz
make tests green again
Diffstat (limited to 'tests/parallel')
-rw-r--r--tests/parallel/tsendtwice.nim12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/parallel/tsendtwice.nim b/tests/parallel/tsendtwice.nim
index 0700fc4da..0c923177a 100644
--- a/tests/parallel/tsendtwice.nim
+++ b/tests/parallel/tsendtwice.nim
@@ -1,11 +1,11 @@
 discard """
-  output: '''obj2 nil
-obj nil
-obj3 nil
+  output: '''obj2 @[]
+obj @[]
+obj3 @[]
 3
-obj2 nil
-obj nil
-obj3 nil'''
+obj2 @[]
+obj @[]
+obj3 @[]'''
   cmd: "nim c -r --threads:on $file"
 """