summary refs log tree commit diff stats
path: root/tests/parallel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parallel')
-rw-r--r--tests/parallel/tsysspawnbadarg.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parallel/tsysspawnbadarg.nim b/tests/parallel/tsysspawnbadarg.nim
index 120975ed5..ad798a7d3 100644
--- a/tests/parallel/tsysspawnbadarg.nim
+++ b/tests/parallel/tsysspawnbadarg.nim
@@ -1,9 +1,9 @@
 discard """
-  line: 7
+  line: 9
   errormsg: "'spawn' takes a call expression"
   cmd: "nimrod $target --threads:on $options $file"
 """
 
 import threadpool
 
-spawn(1)
+let foo = spawn(1)