diff options
-rw-r--r-- | tests/fragmentation/tfragment_gc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fragmentation/tfragment_gc.nim b/tests/fragmentation/tfragment_gc.nim index 064e8b360..6e0ec37ce 100644 --- a/tests/fragmentation/tfragment_gc.nim +++ b/tests/fragmentation/tfragment_gc.nim @@ -22,6 +22,6 @@ let total = getTotalMem() echo "occupied ok: ", occ < 60 * 1024 * 1024 let totalOk = total < 210 * 1024 * 1024 -echo "total ok: ", totalOk if not totalOk: echo "total peak memory ", formatSize(total) +echo "total ok: ", totalOk |