summary refs log tree commit diff stats
path: root/tests/fragmentation
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-12-08 00:19:28 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-12-08 00:19:28 +0100
commita9b8f383667bd7084f2a6848792bbab4853c39d2 (patch)
tree8014f1f63b1b7d59b60c721536ee54176c416c07 /tests/fragmentation
parent3d5840d24fd58bec21b5ebd8c4109c71b04f1db0 (diff)
downloadNim-a9b8f383667bd7084f2a6848792bbab4853c39d2.tar.gz
change tfragment_gc test for appveyor
Diffstat (limited to 'tests/fragmentation')
-rw-r--r--tests/fragmentation/tfragment_gc.nim2
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