summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-11-28 09:32:42 +0100
committerAraq <rumpf_a@web.de>2019-11-28 09:33:01 +0100
commitd4cae118dcf6248122ecfaf109fde826dbd5da45 (patch)
treeaf0201caf6c46f9bf4ba965e85b7f6a5faf0ed29 /tests
parent0944b0f4415a262968cf68f1dbb035cfc3326680 (diff)
downloadNim-d4cae118dcf6248122ecfaf109fde826dbd5da45.tar.gz
fixes a flaky test for the realtime GC
Diffstat (limited to 'tests')
-rw-r--r--tests/gc/gcleak4.nim3
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