summary refs log tree commit diff stats
path: root/tests/parallel/tsysspawnbadarg.nim
blob: ad798a7d35371cb294b58b5331da16e13a14dc44 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  line: 9
  errormsg: "'spawn' takes a call expression"
  cmd: "nimrod $target --threads:on $options $file"
"""

import threadpool

let foo = spawn(1)