diff options
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 |