summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-02-24 15:52:52 +0100
committerAraq <rumpf_a@web.de>2017-02-24 15:52:52 +0100
commitfa98edc78cf990f2437288af87a9180847f94ed4 (patch)
treebd4c7bbb14c58850ed96772fb02607c6e9176f7f /tools
parentb7a1cad4a494ed86793af73119812f0a7e4d808f (diff)
downloadNim-fa98edc78cf990f2437288af87a9180847f94ed4.tar.gz
another attempt to make test green again
Diffstat (limited to 'tools')
-rw-r--r--tools/nimsuggest/nimsuggest.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nimsuggest/nimsuggest.nim b/tools/nimsuggest/nimsuggest.nim
index 57d343ae4..137ac4219 100644
--- a/tools/nimsuggest/nimsuggest.nim
+++ b/tools/nimsuggest/nimsuggest.nim
@@ -423,7 +423,7 @@ proc recompileFullProject(graph: ModuleGraph; cache: IdentCache) =
   graph.resetAllModules()
   GC_fullcollect()
   compileProject(graph, cache)
-  echo "recompiled!"
+  echo GC_getStatistics()
 
 proc mainThread(graph: ModuleGraph; cache: IdentCache) =
   if gLogging: