make tests green again

This commit is contained in:
Andreas Rumpf
2019-11-13 00:39:09 +01:00
parent 25c724d38b
commit 6ad0238fd7

View File

@@ -531,12 +531,12 @@ when not defined(noSignalHandler) and not defined(useNimRtl):
when defined(memtracker):
logPendingOps()
when hasSomeStackTrace:
when not defined(gcDestructors): GC_disable()
when not usesDestructors: GC_disable()
var buf = newStringOfCap(2000)
rawWriteStackTrace(buf)
processSignal(sign, buf.add) # nice hu? currying a la Nim :-)
showErrorMessage(buf)
when not defined(gcDestructors): GC_enable()
when not usesDestructors: GC_enable()
else:
var msg: cstring
template asgn(y) =