fixes a flaky test for the realtime GC

This commit is contained in:
Araq
2019-11-28 09:32:42 +01:00
parent 0944b0f441
commit d4cae118dc

View File

@@ -2,9 +2,6 @@ discard """
outputsub: "no leak: "
"""
when declared(GC_setMaxPause):
GC_setMaxPause 2_000
type
TExpr {.inheritable.} = object ## abstract base class for an expression
PLiteral = ref TLiteral