mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
fixes a flaky test for the realtime GC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user