diff options
author | cheatfate <ka@hardcore.kiev.ua> | 2016-07-30 10:52:15 +0300 |
---|---|---|
committer | cheatfate <ka@hardcore.kiev.ua> | 2016-07-30 10:52:15 +0300 |
commit | 85db7eb187d6fd1c9440e689c47a33631d25e358 (patch) | |
tree | e9eb35ed9b3de49540773d137139d52c41a31c29 /tests | |
parent | 0d2ff34d02c6064bd5ffeea0f3bebb64d0390ffa (diff) | |
download | Nim-85db7eb187d6fd1c9440e689c47a33631d25e358.tar.gz |
comments
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testament/tester.nim | 2 |
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 |