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

import threadpool

let foo = spawn(1)