diff options
Diffstat (limited to 'testament/tester.nim')
-rw-r--r-- | testament/tester.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/tester.nim b/testament/tester.nim index c48e4441d..169210255 100644 --- a/testament/tester.nim +++ b/testament/tester.nim @@ -436,7 +436,7 @@ proc makeTest(test, options: string, cat: Category, action = actionCompile, when defined(windows): const # array of modules disabled from compilation test of stdlib. - disabledFiles = ["coro.nim", "fsmonitor.nim"] + disabledFiles = ["coro.nim"] else: const # array of modules disabled from compilation test of stdlib. |