diff options
-rw-r--r-- | tests/gc/gcleak4.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gc/gcleak4.nim b/tests/gc/gcleak4.nim index aec0218e8..fbe18a386 100644 --- a/tests/gc/gcleak4.nim +++ b/tests/gc/gcleak4.nim @@ -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 |