diff --git a/tests/fragmentation/tfragment_gc.nim b/tests/fragmentation/tfragment_gc.nim index 064e8b360f..6e0ec37cea 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