From d4cae118dcf6248122ecfaf109fde826dbd5da45 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 28 Nov 2019 09:32:42 +0100 Subject: [PATCH] fixes a flaky test for the realtime GC --- tests/gc/gcleak4.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/gc/gcleak4.nim b/tests/gc/gcleak4.nim index aec0218e80..fbe18a386f 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