added gcleak4.nim test; fails in debug mode

This commit is contained in:
Araq
2012-06-24 17:18:01 +02:00
parent 022f3718a9
commit fcd91a0cd6

View File

@@ -100,8 +100,6 @@ proc usrToCell(usr: pointer): PCell {.inline.} =
result = cast[PCell](cast[TAddress](usr)-%TAddress(sizeof(TCell)))
proc canbeCycleRoot(c: PCell): bool {.inline.} =
if c.typ == nil:
echo "ARRGHHHHHHH"
result = ntfAcyclic notin c.typ.flags
proc extGetCellType(c: pointer): PNimType {.compilerproc.} =