summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorcheatfate <ka@hardcore.kiev.ua>2016-07-30 10:52:15 +0300
committercheatfate <ka@hardcore.kiev.ua>2016-07-30 10:52:15 +0300
commit85db7eb187d6fd1c9440e689c47a33631d25e358 (patch)
treee9eb35ed9b3de49540773d137139d52c41a31c29
parent0d2ff34d02c6064bd5ffeea0f3bebb64d0390ffa (diff)
downloadNim-85db7eb187d6fd1c9440e689c47a33631d25e358.tar.gz
comments
-rw-r--r--tests/testament/tester.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim
index ab9648146..6981f3c0c 100644
--- a/tests/testament/tester.nim
+++ b/tests/testament/tester.nim
@@ -389,7 +389,7 @@ proc makeTest(test, options: string, cat: Category, action = actionCompile,
                  target: target, action: action, startTime: epochTime())
 
 const
-  # array of files disabled from compilation test of stdlib.
+  # array of modules disabled from compilation test of stdlib.
   disabledFiles = ["lib/pure/coro.nim"]
 
 include categories