summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-10-28 12:37:51 +0000
committerAndreas Rumpf <rumpf_a@web.de>2018-10-28 13:37:51 +0100
commitf670c55daa3fdad32c02b9c1f0ec0d9031adee62 (patch)
tree053422d866da9007ade8e8107dbe5b07fff99f0f /testament
parenta68a4bfaf2ad37e5f1556dd325254d8b70ec8df2 (diff)
downloadNim-f670c55daa3fdad32c02b9c1f0ec0d9031adee62.tar.gz
Moves fsmonitor into graveyard. Fixes #6718. (#9529)
Diffstat (limited to 'testament')
-rw-r--r--testament/tester.nim2
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.