diff options
author | Araq <rumpf_a@web.de> | 2017-02-24 15:52:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-02-24 15:52:52 +0100 |
commit | fa98edc78cf990f2437288af87a9180847f94ed4 (patch) | |
tree | bd4c7bbb14c58850ed96772fb02607c6e9176f7f /tools | |
parent | b7a1cad4a494ed86793af73119812f0a7e4d808f (diff) | |
download | Nim-fa98edc78cf990f2437288af87a9180847f94ed4.tar.gz |
another attempt to make test green again
Diffstat (limited to 'tools')
-rw-r--r-- | tools/nimsuggest/nimsuggest.nim | 2 |
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: |