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

import threadpool

let foo = spawn(1)