Files
Nim/tests/parallel/tsysspawnbadarg.nim
2018-12-11 21:23:21 +01:00

10 lines
160 B
Nim

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