diff options
Diffstat (limited to 'tests/gc/gcleak.nim')
-rw-r--r-- | tests/gc/gcleak.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc/gcleak.nim b/tests/gc/gcleak.nim index 88aeda56d..a44c16f59 100644 --- a/tests/gc/gcleak.nim +++ b/tests/gc/gcleak.nim @@ -7,5 +7,5 @@ proc MakeObj(): TTestObj = while true: var obj = MakeObj() - +# echo GC_getstatistics() |