From a9b8f383667bd7084f2a6848792bbab4853c39d2 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 8 Dec 2017 00:19:28 +0100 Subject: [PATCH] change tfragment_gc test for appveyor --- tests/fragmentation/tfragment_gc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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