summary refs log tree commit diff stats
path: root/tests/stdlib/tmemfiles2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tmemfiles2.nim')
-rw-r--r--tests/stdlib/tmemfiles2.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/tmemfiles2.nim b/tests/stdlib/tmemfiles2.nim
index 28af3296a..026443e93 100644
--- a/tests/stdlib/tmemfiles2.nim
+++ b/tests/stdlib/tmemfiles2.nim
@@ -1,8 +1,10 @@
 discard """
   file: "tmemfiles2.nim"
+  disabled: true
   output: '''Full read size: 20
 Half read size: 10 Data: Hello'''
 """
+# doesn't work on windows. fmReadWrite doesn't create a file.
 import memfiles, os
 var
   mm, mm_full, mm_half: MemFile