removed flawed thread analysis pass

This commit is contained in:
Araq
2014-04-20 14:00:04 +02:00
parent 39e4e3f205
commit be6474af63
17 changed files with 23 additions and 476 deletions

View File

@@ -1,6 +1,6 @@
discard """
line: 12
errormsg: "type mismatch: got (proc (int){.closure.})"
errormsg: "type mismatch: got (proc (int){.closure, gcsafe.})"
"""
proc ugh[T](x: T) {.closure.} =