diff options
author | Araq <rumpf_a@web.de> | 2019-11-28 09:32:42 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-11-28 09:33:01 +0100 |
commit | d4cae118dcf6248122ecfaf109fde826dbd5da45 (patch) | |
tree | af0201caf6c46f9bf4ba965e85b7f6a5faf0ed29 /tests | |
parent | 0944b0f4415a262968cf68f1dbb035cfc3326680 (diff) | |
download | Nim-d4cae118dcf6248122ecfaf109fde826dbd5da45.tar.gz |
fixes a flaky test for the realtime GC
Diffstat (limited to 'tests')
-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 |