Files
Nim/tests/parallel/tsysspawnbadarg.nim
2014-08-29 09:12:12 +02:00

10 lines
160 B
Nim

discard """
line: 9
errormsg: "'spawn' takes a call expression"
cmd: "nim $target --threads:on $options $file"
"""
import threadpool
let foo = spawn(1)