diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-28 12:37:51 +0000 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-28 13:37:51 +0100 |
commit | f670c55daa3fdad32c02b9c1f0ec0d9031adee62 (patch) | |
tree | 053422d866da9007ade8e8107dbe5b07fff99f0f /testament | |
parent | a68a4bfaf2ad37e5f1556dd325254d8b70ec8df2 (diff) | |
download | Nim-f670c55daa3fdad32c02b9c1f0ec0d9031adee62.tar.gz |
Moves fsmonitor into graveyard. Fixes #6718. (#9529)
Diffstat (limited to 'testament')
-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. |